#CCB987

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

Shades of Yuma #CCB987

Tints of Yuma #CCB987

Color information

#CCB987 (or 0xCCB987) is unknown color: approx Yuma. HEX triplet: CC, B9 and 87. RGB value is (204,185,135). Sum of RGB (Red+Green+Blue) = 204+185+135=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB987 is #334678. Grayscale: #B9B9B9. Windows color (decimal): -3360377 or 8894924. OLE color: 8894924.

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

Color convert

RGB204185135-
CMYK00.090.340.2
HSL43.48º40.35%66.47%-
HSV(B)43.48º33.82%80%-
XYZ46.6249.2829.98-
YUV184.9899.79141.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 135 (53.12% from 255) = 25.76%
R=38.93%
G=35.31%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418513500.090.340.243.4840.3566.47
HexCCB9870922142b2842
Octal31427120701142245350102
Binary11001100101110011000011101001100010101001010111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB987; }

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

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

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

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

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

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

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

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