#CBBC90

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

Shades of Yuma #CBBC90

Tints of Yuma #CBBC90

Color information

#CBBC90 (or 0xCBBC90) is unknown color: approx Yuma. HEX triplet: CB, BC and 90. RGB value is (203,188,144). Sum of RGB (Red+Green+Blue) = 203+188+144=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBC90 is #34436F. Grayscale: #BBBBBB. Windows color (decimal): -3425136 or 9485515. OLE color: 9485515.

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

Color convert

RGB203188144-
CMYK00.070.290.20
HSL44.75º36.2%68.04%-
HSV(B)44.75º29.06%79.61%-
XYZ47.6550.6833.66-
YUV187.47103.47139.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 144 (56.64% from 255) = 26.92%
R=37.94%
G=35.14%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318814400.070.290.2044.7536.268.04
HexCBBC90071D142d2444
Octal3132742200735245544104
Binary110010111011110010010000011111101101001011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBC90; }

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

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

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

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

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

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

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

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