#cbb677

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

Shades of Yuma #CBB677

Tints of Yuma #CBB677

Color information

#CBB677 (or 0xCBB677) is unknown color: approx Yuma. HEX triplet: CB, B6 and 77. RGB value is (203,182,119). Sum of RGB (Red+Green+Blue) = 203+182+119=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB677 is #344988. Grayscale: #B5B5B5. Windows color (decimal): -3426697 or 7845579. OLE color: 7845579.

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

Color convert

RGB203182119-
CMYK00.100.410.20
HSL45º44.68%63.14%-
HSV(B)45º41.38%79.61%-
XYZ44.6947.4824.26-
YUV181.192.96143.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 182 (71.48% from 255) = 36.11%
BLUE value IS 119 (46.88% from 255) = 23.61%
R=40.28%
G=36.11%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318211900.100.410.204544.6863.14
HexCBB6770A29142d2d3f
Octal3132661670125124555577
Binary110010111011011011101110101010100110100101101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbb677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbb677; }

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

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

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

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

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

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

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

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