#CBB57C

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

Shades of Yuma #CBB57C

Tints of Yuma #CBB57C

Color information

#CBB57C (or 0xCBB57C) is unknown color: approx Yuma. HEX triplet: CB, B5 and 7C. RGB value is (203,181,124). Sum of RGB (Red+Green+Blue) = 203+181+124=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB57C is #344A83. Grayscale: #B5B5B5. Windows color (decimal): -3426948 or 8173003. OLE color: 8173003.

HSL color Cylindrical-coordinate representation of color #CBB57C: hue angle of 43.29º degrees, saturation: 0.43, 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 #CBB57C is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB203181124-
CMYK00.110.390.20
HSL43.29º43.17%64.12%-
HSV(B)43.29º38.92%79.61%-
XYZ44.7947.225.82-
YUV181.0895.79143.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 124 (48.83% from 255) = 24.41%
R=39.96%
G=35.63%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318112400.110.390.2043.2943.1764.12
HexCBB57C0B27142b2b40
Octal31326517401347245353100
Binary1100101110110101111110001011100111101001010111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB57C; }

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

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

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

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

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

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

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

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