#CCBA87

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

Shades of Yuma #CCBA87

Tints of Yuma #CCBA87

Color information

#CCBA87 (or 0xCCBA87) is unknown color: approx Yuma. HEX triplet: CC, BA and 87. RGB value is (204,186,135). Sum of RGB (Red+Green+Blue) = 204+186+135=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA87 is #334578. Grayscale: #B9B9B9. Windows color (decimal): -3360121 or 8895180. OLE color: 8895180.

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

Color convert

RGB204186135-
CMYK00.090.340.2
HSL44.35º40.35%66.47%-
HSV(B)44.35º33.82%80%-
XYZ46.8349.730.05-
YUV185.5799.46141.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 135 (53.12% from 255) = 25.71%
R=38.86%
G=35.43%
B=25.71%

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
Decimal20418613500.090.340.244.3540.3566.47
HexCCBA870922142c2842
Octal31427220701142245450102
Binary11001100101110101000011101001100010101001011001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA87; }

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

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

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

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

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

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

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

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