#CCB988

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

Shades of Yuma #CCB988

Tints of Yuma #CCB988

Color information

#CCB988 (or 0xCCB988) is unknown color: approx Yuma. HEX triplet: CC, B9 and 88. RGB value is (204,185,136). Sum of RGB (Red+Green+Blue) = 204+185+136=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB988 is #334677. Grayscale: #B9B9B9. Windows color (decimal): -3360376 or 8960460. OLE color: 8960460.

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

Color convert

RGB204185136-
CMYK00.090.330.2
HSL43.24º40%66.67%-
HSV(B)43.24º33.33%80%-
XYZ46.6949.3130.35-
YUV185.1100.29141.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 136 (53.52% from 255) = 25.90%
R=38.86%
G=35.24%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418513600.090.330.243.244066.67
HexCCB9880921142b2843
Octal31427121001141245350103
Binary11001100101110011000100001001100001101001010111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB988; }

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

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

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

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

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

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

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

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