Html Css Color HEX #CCC98E Deco

📋 copy color: '#CCC98E'

red 204 ◦ green 201 ◦ blue 142

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

Shades of Deco #CCC98E

Tints of Deco #CCC98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.96%

R = 37.29%
G = 36.75%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCC98E (or 0xCCC98E) is known color: Deco. HEX triplet: CC, C9 and 8E. RGB value is (204,201,142). Sum of RGB (Red+Green+Blue) = 204+201+142=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC98E is #333671. Grayscale: #C3C3C3. Windows color (decimal): -3356274 or 9357772. OLE color: 9357772.

HSL color Cylindrical-coordinate representation of color #CCC98E: hue angle of 57.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCC98E is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 142 -
CMYK 0 0.01 0.30 0.2
HSL 57.1º 0.38% 0.68% -
HSV(B) 57.1º 0.3% 0.8% -
XYZ 50.67 56.56 33.84 -
YUV 195.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 204 201 142 0 0.01 0.30 0.2 57.1 0.38 0.68
Hex CC C9 8E 0 1 1E 14 39 26 44
Octal 314 311 216 0 1 36 24 71 46 104
Binary 11001100 11001001 10001110 0 1 11110 10100 111001 100110 1000100

Color Harmonies of #CCC98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC98E

Black with #CCC98E

Text Example


Text Example

White with #CCC98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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