Html Css Color HEX #CCC990 Deco

📋 copy color: '#CCC990'

red 204 ◦ green 201 ◦ blue 144

#CCC990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #CCC990

Tints of Deco #CCC990

RGB

 RED value IS 204 (80.08% from 255) = 37.16%

 GREEN value IS 201 (78.91% from 255) = 36.61%

 BLUE value IS 144 (56.64% from 255) = 26.23%

R = 37.16%
G = 36.61%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCC990 (or 0xCCC990) is known color: Deco. HEX triplet: CC, C9 and 90. RGB value is (204,201,144). Sum of RGB (Red+Green+Blue) = 204+201+144=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC990 is #33366F. Grayscale: #C3C3C3. Windows color (decimal): -3356272 or 9488844. OLE color: 9488844.

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

Color convert

RGB 204 201 144 -
CMYK 0 0.01 0.29 0.2
HSL 57º 0.37% 0.68% -
HSV(B) 57º 0.29% 0.8% -
XYZ 50.82 56.62 34.64 -
YUV 195.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 204 201 144 0 0.01 0.29 0.2 57 0.37 0.68
Hex CC C9 90 0 1 1D 14 39 25 44
Octal 314 311 220 0 1 35 24 71 45 104
Binary 11001100 11001001 10010000 0 1 11101 10100 111001 100101 1000100

Color Harmonies of #CCC990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC990

Black with #CCC990

Text Example


Text Example

White with #CCC990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC990; }

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

 H1.HeaderClassName
 {
   color: #CCC990;
 }
 .AnyTagClassName
 {
   color: #CCC990;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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