#CCBC84

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

Shades of Yuma #CCBC84

Tints of Yuma #CCBC84

Color information

#CCBC84 (or 0xCCBC84) is unknown color: approx Yuma. HEX triplet: CC, BC and 84. RGB value is (204,188,132). Sum of RGB (Red+Green+Blue) = 204+188+132=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC84 is #33437B. Grayscale: #BABABA. Windows color (decimal): -3359612 or 8699084. OLE color: 8699084.

HSL color Cylindrical-coordinate representation of color #CCBC84: hue angle of 46.67º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCBC84 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB204188132-
CMYK00.080.350.2
HSL46.67º41.38%65.88%-
HSV(B)46.67º35.29%80%-
XYZ47.0550.4729.09-
YUV186.497.3140.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 132 (51.95% from 255) = 25.19%
R=38.93%
G=35.88%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418813200.080.350.246.6741.3865.88
HexCCBC840823142f2942
Octal31427420401043245751102
Binary11001100101111001000010001000100011101001011111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC84; }

 p { color: rgb(204,188,132); }

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

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

 a { background-color: rgb(204,188,132); }

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

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

 span { border-color: rgb(204,188,132); }

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