#CBBD75

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

Shades of Yuma #CBBD75

Tints of Yuma #CBBD75

Color information

#CBBD75 (or 0xCBBD75) is unknown color: approx Yuma. HEX triplet: CB, BD and 75. RGB value is (203,189,117). Sum of RGB (Red+Green+Blue) = 203+189+117=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBD75 is #34428A. Grayscale: #B9B9B9. Windows color (decimal): -3424907 or 7716299. OLE color: 7716299.

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

Color convert

RGB203189117-
CMYK00.070.420.20
HSL50.23º45.26%62.75%-
HSV(B)50.23º42.36%79.61%-
XYZ46.0450.3824.13-
YUV184.9889.64140.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=39.88%
G=37.13%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318911700.070.420.2050.2345.2662.75
HexCBBD75072A14322d3f
Octal313275165075224625577
Binary11001011101111011110101011110101010100110010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD75; }

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

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

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

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

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

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

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

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