#CCBC77

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

Shades of Yuma #CCBC77

Tints of Yuma #CCBC77

Color information

#CCBC77 (or 0xCCBC77) is unknown color: approx Yuma. HEX triplet: CC, BC and 77. RGB value is (204,188,119). Sum of RGB (Red+Green+Blue) = 204+188+119=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC77 is #334388. Grayscale: #B9B9B9. Windows color (decimal): -3359625 or 7847116. OLE color: 7847116.

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

Color convert

RGB204188119-
CMYK00.080.420.2
HSL48.71º45.45%63.33%-
HSV(B)48.71º41.67%80%-
XYZ46.2150.1424.69-
YUV184.9290.8141.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 119 (46.88% from 255) = 23.29%
R=39.92%
G=36.79%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418811900.080.420.248.7145.4563.33
HexCCBC77082A14312d3f
Octal3142741670105224615577
Binary110011001011110011101110100010101010100110001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC77; }

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

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

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

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

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

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

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

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