#CCBC80

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

Shades of Yuma #CCBC80

Tints of Yuma #CCBC80

Color information

#CCBC80 (or 0xCCBC80) is unknown color: approx Yuma. HEX triplet: CC, BC and 80. RGB value is (204,188,128). Sum of RGB (Red+Green+Blue) = 204+188+128=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC80 is #33437F. Grayscale: #BABABA. Windows color (decimal): -3359616 or 8436940. OLE color: 8436940.

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

Color convert

RGB204188128-
CMYK00.080.370.2
HSL47.37º42.7%65.1%-
HSV(B)47.37º37.25%80%-
XYZ46.7850.3627.68-
YUV185.9495.3140.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 128 (50.39% from 255) = 24.62%
R=39.23%
G=36.15%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418812800.080.370.247.3742.765.1
HexCCBC800825142f2b41
Octal31427420001045245753101
Binary11001100101111001000000001000100101101001011111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC80; }

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

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

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

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

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

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

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

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