#CCB57C

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

Shades of Yuma #CCB57C

Tints of Yuma #CCB57C

Color information

#CCB57C (or 0xCCB57C) is unknown color: approx Yuma. HEX triplet: CC, B5 and 7C. RGB value is (204,181,124). Sum of RGB (Red+Green+Blue) = 204+181+124=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB57C is #334A83. Grayscale: #B5B5B5. Windows color (decimal): -3361412 or 8173004. OLE color: 8173004.

HSL color Cylindrical-coordinate representation of color #CCB57C: hue angle of 42.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCB57C is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB204181124-
CMYK00.110.390.2
HSL42.75º43.96%64.31%-
HSV(B)42.75º39.22%80%-
XYZ45.0647.3425.83-
YUV181.3895.62144.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 124 (48.83% from 255) = 24.36%
R=40.08%
G=35.56%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418112400.110.390.242.7543.9664.31
HexCCB57C0B27142b2c40
Octal31426517401347245354100
Binary1100110010110101111110001011100111101001010111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB57C; }

 p { color: rgb(204,181,124); }

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

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

 a { background-color: rgb(204,181,124); }

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

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

 span { border-color: rgb(204,181,124); }

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