#CBB77B

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

Shades of Yuma #CBB77B

Tints of Yuma #CBB77B

Color information

#CBB77B (or 0xCBB77B) is unknown color: approx Yuma. HEX triplet: CB, B7 and 7B. RGB value is (203,183,123). Sum of RGB (Red+Green+Blue) = 203+183+123=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB77B is #344884. Grayscale: #B6B6B6. Windows color (decimal): -3426437 or 8107979. OLE color: 8107979.

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

Color convert

RGB203183123-
CMYK00.100.390.20
HSL45º43.48%63.92%-
HSV(B)45º39.41%79.61%-
XYZ45.1447.9925.62-
YUV182.1494.63142.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 183 (71.88% from 255) = 35.95%
BLUE value IS 123 (48.44% from 255) = 24.17%
R=39.88%
G=35.95%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318312300.100.390.204543.4863.92
HexCBB77B0A27142d2b40
Octal31326717301247245553100
Binary1100101110110111111101101010100111101001011011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB77B; }

 p { color: rgb(203,183,123); }

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

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

 a { background-color: rgb(203,183,123); }

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

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

 span { border-color: rgb(203,183,123); }

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