#CBBC75

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

Shades of Yuma #CBBC75

Tints of Yuma #CBBC75

Color information

#CBBC75 (or 0xCBBC75) is unknown color: approx Yuma. HEX triplet: CB, BC and 75. RGB value is (203,188,117). Sum of RGB (Red+Green+Blue) = 203+188+117=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC75 is #34438A. Grayscale: #B8B8B8. Windows color (decimal): -3425163 or 7716043. OLE color: 7716043.

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

Color convert

RGB203188117-
CMYK00.070.420.20
HSL49.53º45.26%62.75%-
HSV(B)49.53º42.36%79.61%-
XYZ45.8249.9524.06-
YUV184.3989.97141.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 117 (46.09% from 255) = 23.03%
R=39.96%
G=37.01%
B=23.03%

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
Decimal20318811700.070.420.2049.5345.2662.75
HexCBBC75072A14322d3f
Octal313274165075224625577
Binary11001011101111001110101011110101010100110010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBC75; }

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

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

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

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

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

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

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

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