#CBBC83

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

Shades of Yuma #CBBC83

Tints of Yuma #CBBC83

Color information

#CBBC83 (or 0xCBBC83) is unknown color: approx Yuma. HEX triplet: CB, BC and 83. RGB value is (203,188,131). Sum of RGB (Red+Green+Blue) = 203+188+131=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBC83 is #34437C. Grayscale: #BABABA. Windows color (decimal): -3425149 or 8633547. OLE color: 8633547.

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

Color convert

RGB203188131-
CMYK00.070.350.20
HSL47.5º40.91%65.49%-
HSV(B)47.5º35.47%79.61%-
XYZ46.7150.328.72-
YUV185.9996.97140.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 131 (51.56% from 255) = 25.10%
R=38.89%
G=36.02%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318813100.070.350.2047.540.9165.49
HexCBBC83072314302941
Octal3132742030743246051101
Binary1100101110111100100000110111100011101001100001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBC83; }

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

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

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

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

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

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

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

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