#CCB57F

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

Shades of Yuma #CCB57F

Tints of Yuma #CCB57F

Color information

#CCB57F (or 0xCCB57F) is unknown color: approx Yuma. HEX triplet: CC, B5 and 7F. RGB value is (204,181,127). Sum of RGB (Red+Green+Blue) = 204+181+127=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB57F is #334A80. Grayscale: #B5B5B5. Windows color (decimal): -3361409 or 8369612. OLE color: 8369612.

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

Color convert

RGB204181127-
CMYK00.110.380.2
HSL42.08º43.02%64.9%-
HSV(B)42.08º37.75%80%-
XYZ45.2647.4226.85-
YUV181.7297.12143.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 181 (71.09% from 255) = 35.35%
BLUE value IS 127 (50% from 255) = 24.80%
R=39.84%
G=35.35%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418112700.110.380.242.0843.0264.9
HexCCB57F0B26142a2b41
Octal31426517701346245253101
Binary1100110010110101111111101011100110101001010101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB57F; }

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

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

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

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

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

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

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

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