#CCBC90

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

Shades of Yuma #CCBC90

Tints of Yuma #CCBC90

Color information

#CCBC90 (or 0xCCBC90) is unknown color: approx Yuma. HEX triplet: CC, BC and 90. RGB value is (204,188,144). Sum of RGB (Red+Green+Blue) = 204+188+144=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC90 is #33436F. Grayscale: #BBBBBB. Windows color (decimal): -3359600 or 9485516. OLE color: 9485516.

HSL color Cylindrical-coordinate representation of color #CCBC90: hue angle of 44º degrees, saturation: 0.37, 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 #CCBC90 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB204188144-
CMYK00.080.290.2
HSL44º37.04%68.24%-
HSV(B)44º29.41%80%-
XYZ47.9250.8233.67-
YUV187.77103.3139.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 144 (56.64% from 255) = 26.87%
R=38.06%
G=35.07%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418814400.080.290.24437.0468.24
HexCCBC90081D142c2544
Octal31427422001035245445104
Binary1100110010111100100100000100011101101001011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC90; }

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

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

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

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

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

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

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

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