#CBBD79

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

Shades of Yuma #CBBD79

Tints of Yuma #CBBD79

Color information

#CBBD79 (or 0xCBBD79) is unknown color: approx Yuma. HEX triplet: CB, BD and 79. RGB value is (203,189,121). Sum of RGB (Red+Green+Blue) = 203+189+121=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBD79 is #344286. Grayscale: #B9B9B9. Windows color (decimal): -3424903 or 7978443. OLE color: 7978443.

HSL color Cylindrical-coordinate representation of color #CBBD79: hue angle of 49.76º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBBD79 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203189121-
CMYK00.070.400.20
HSL49.76º44.09%63.53%-
HSV(B)49.76º40.39%79.61%-
XYZ46.2850.4725.39-
YUV185.4391.64140.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 121 (47.66% from 255) = 23.59%
R=39.57%
G=36.84%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318912100.070.400.2049.7644.0963.53
HexCBBD79072814322c40
Octal3132751710750246254100
Binary110010111011110111110010111101000101001100101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD79; }

 p { color: rgb(203,189,121); }

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

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

 a { background-color: rgb(203,189,121); }

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

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

 span { border-color: rgb(203,189,121); }

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