#CBBC73

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

Shades of Yuma #CBBC73

Tints of Yuma #CBBC73

Color information

#CBBC73 (or 0xCBBC73) is unknown color: approx Yuma. HEX triplet: CB, BC and 73. RGB value is (203,188,115). Sum of RGB (Red+Green+Blue) = 203+188+115=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC73 is #34438C. Grayscale: #B8B8B8. Windows color (decimal): -3425165 or 7584971. OLE color: 7584971.

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

Color convert

RGB203188115-
CMYK00.070.430.20
HSL49.77º45.83%62.35%-
HSV(B)49.77º43.35%79.61%-
XYZ45.7149.923.44-
YUV184.1688.97141.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 188 (73.83% from 255) = 37.15%
BLUE value IS 115 (45.31% from 255) = 22.73%
R=40.12%
G=37.15%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318811500.070.430.2049.7745.8362.35
HexCBBC73072B14322e3e
Octal313274163075324625676
Binary11001011101111001110011011110101110100110010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBC73; }

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

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

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

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

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

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

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

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