#cbb778

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

Shades of Yuma #CBB778

Tints of Yuma #CBB778

Color information

#CBB778 (or 0xCBB778) is unknown color: approx Yuma. HEX triplet: CB, B7 and 78. RGB value is (203,183,120). Sum of RGB (Red+Green+Blue) = 203+183+120=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB778 is #344887. Grayscale: #B6B6B6. Windows color (decimal): -3426440 or 7911371. OLE color: 7911371.

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

Color convert

RGB203183120-
CMYK00.100.410.20
HSL45.54º44.39%63.33%-
HSV(B)45.54º40.89%79.61%-
XYZ44.9547.9224.65-
YUV181.893.13143.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 120 (47.27% from 255) = 23.72%
R=40.12%
G=36.17%
B=23.72%

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
Decimal20318312000.100.410.2045.5444.3963.33
HexCBB7780A29142e2c3f
Octal3132671700125124565477
Binary110010111011011111110000101010100110100101110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbb778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbb778; }

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

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

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

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

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

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

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

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