#CBB877

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

Shades of Yuma #CBB877

Tints of Yuma #CBB877

Color information

#CBB877 (or 0xCBB877) is unknown color: approx Yuma. HEX triplet: CB, B8 and 77. RGB value is (203,184,119). Sum of RGB (Red+Green+Blue) = 203+184+119=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB877 is #344788. Grayscale: #B6B6B6. Windows color (decimal): -3426185 or 7846091. OLE color: 7846091.

HSL color Cylindrical-coordinate representation of color #CBB877: hue angle of 46.43º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBB877 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB203184119-
CMYK00.090.410.20
HSL46.43º44.68%63.14%-
HSV(B)46.43º41.38%79.61%-
XYZ45.148.3124.4-
YUV182.2792.29142.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 184 (72.27% from 255) = 36.36%
BLUE value IS 119 (46.88% from 255) = 23.52%
R=40.12%
G=36.36%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318411900.090.410.2046.4344.6863.14
HexCBB8770929142e2d3f
Octal3132701670115124565577
Binary110010111011100011101110100110100110100101110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB877; }

 p { color: rgb(203,184,119); }

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

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

 a { background-color: rgb(203,184,119); }

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

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

 span { border-color: rgb(203,184,119); }

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