Html Css Color HEX #CCC98C Deco

📋 copy color: '#CCC98C'

red 204 ◦ green 201 ◦ blue 140

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

Shades of Deco #CCC98C

Tints of Deco #CCC98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.69%

R = 37.43%
G = 36.88%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCC98C (or 0xCCC98C) is known color: Deco. HEX triplet: CC, C9 and 8C. RGB value is (204,201,140). Sum of RGB (Red+Green+Blue) = 204+201+140=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC98C is #333673. Grayscale: #C3C3C3. Windows color (decimal): -3356276 or 9226700. OLE color: 9226700.

HSL color Cylindrical-coordinate representation of color #CCC98C: hue angle of 57.19º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCC98C is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 140 -
CMYK 0 0.01 0.31 0.2
HSL 57.19º 0.39% 0.67% -
HSV(B) 57.19º 0.31% 0.8% -
XYZ 50.52 56.5 33.05 -
YUV 194.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 204 201 140 0 0.01 0.31 0.2 57.19 0.39 0.67
Hex CC C9 8C 0 1 1F 14 39 27 43
Octal 314 311 214 0 1 37 24 71 47 103
Binary 11001100 11001001 10001100 0 1 11111 10100 111001 100111 1000011

Color Harmonies of #CCC98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC98C

Black with #CCC98C

Text Example


Text Example

White with #CCC98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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