#CCB888

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

Shades of Yuma #CCB888

Tints of Yuma #CCB888

Color information

#CCB888 (or 0xCCB888) is unknown color: approx Yuma. HEX triplet: CC, B8 and 88. RGB value is (204,184,136). Sum of RGB (Red+Green+Blue) = 204+184+136=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB888 is #334777. Grayscale: #B8B8B8. Windows color (decimal): -3360632 or 8960204. OLE color: 8960204.

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

Color convert

RGB204184136-
CMYK00.100.330.2
HSL42.35º40%66.67%-
HSV(B)42.35º33.33%80%-
XYZ46.4948.930.28-
YUV184.51100.63141.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 184 (72.27% from 255) = 35.11%
BLUE value IS 136 (53.52% from 255) = 25.95%
R=38.93%
G=35.11%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418413600.100.330.242.354066.67
HexCCB8880A21142a2843
Octal31427021001241245250103
Binary11001100101110001000100001010100001101001010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB888; }

 p { color: rgb(204,184,136); }

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

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

 a { background-color: rgb(204,184,136); }

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

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

 span { border-color: rgb(204,184,136); }

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