#CCBB87

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

Shades of Yuma #CCBB87

Tints of Yuma #CCBB87

Color information

#CCBB87 (or 0xCCBB87) is unknown color: approx Yuma. HEX triplet: CC, BB and 87. RGB value is (204,187,135). Sum of RGB (Red+Green+Blue) = 204+187+135=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBB87 is #334478. Grayscale: #BABABA. Windows color (decimal): -3359865 or 8895436. OLE color: 8895436.

HSL color Cylindrical-coordinate representation of color #CCBB87: hue angle of 45.22º 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 #CCBB87 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204187135-
CMYK00.080.340.2
HSL45.22º40.35%66.47%-
HSV(B)45.22º33.82%80%-
XYZ47.0550.1330.12-
YUV186.1599.13140.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 135 (53.12% from 255) = 25.67%
R=38.78%
G=35.55%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418713500.080.340.245.2240.3566.47
HexCCBB870822142d2842
Octal31427320701042245550102
Binary11001100101110111000011101000100010101001011011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB87; }

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

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

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

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

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

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

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

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