#CCB787

Color #CCB787 Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #CCB787

Tints of Yuma #CCB787

Color information

#CCB787 (or 0xCCB787) is unknown color: approx Yuma. HEX triplet: CC, B7 and 87. RGB value is (204,183,135). Sum of RGB (Red+Green+Blue) = 204+183+135=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB787 is #334878. Grayscale: #B8B8B8. Windows color (decimal): -3360889 or 8894412. OLE color: 8894412.

HSL color Cylindrical-coordinate representation of color #CCB787: hue angle of 41.74º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCB787 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204183135-
CMYK00.100.340.2
HSL41.74º40.35%66.47%-
HSV(B)41.74º33.82%80%-
XYZ46.2148.4529.84-
YUV183.81100.46142.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 135 (53.12% from 255) = 25.86%
R=39.08%
G=35.06%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418313500.100.340.241.7440.3566.47
HexCCB7870A22142a2842
Octal31426720701242245250102
Binary11001100101101111000011101010100010101001010101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB787; }

 p { color: rgb(204,183,135); }

 H1.HeaderClassName
 {
   color: #CCB787;
 }
 .AnyTagClassName
 {
   color: #CCB787;
 }
</style>
background-color css

<style>
 a { background-color: #CCB787; }

 a { background-color: rgb(204,183,135); }

 div.DivClassName
 {
   background-color: #CCB787;
 }
 .BgClassName
 {
   background-color: #CCB787;
 }
</style>
border-color css

<style>
 span { border-color: #CCB787; }

 span { border-color: rgb(204,183,135); }

 td.TdClassName
 {
   border-color: #CCB787;
 }
 .TagClassName
 {
   border-color: #CCB787;
 }
</style>