Html Css Color HEX #CCC4A9 Parchment

📋 copy color: '#CCC4A9'

red 204 ◦ green 196 ◦ blue 169

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

Shades of Parchment #CCC4A9

Tints of Parchment #CCC4A9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.45%

 BLUE value IS 169 (66.41% from 255) = 29.7%

R = 35.85%
G = 34.45%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCC4A9 (or 0xCCC4A9) is known color: Parchment. HEX triplet: CC, C4 and A9. RGB value is (204,196,169). Sum of RGB (Red+Green+Blue) = 204+196+169=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 169 (66.41% from 255 or 29.70% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC4A9 is #333B56. Grayscale: #C3C3C3. Windows color (decimal): -3357527 or 11125964. OLE color: 11125964.

HSL color Cylindrical-coordinate representation of color #CCC4A9: hue angle of 46.29º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC4A9 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 196 169 -
CMYK 0 0.04 0.17 0.2
HSL 46.29º 0.26% 0.73% -
HSV(B) 46.29º 0.17% 0.8% -
XYZ 51.8 55.18 45.46 -
YUV 195.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 204 196 169 0 0.04 0.17 0.2 46.29 0.26 0.73
Hex CC C4 A9 0 4 11 14 2E 1A 49
Octal 314 304 251 0 4 21 24 56 32 111
Binary 11001100 11000100 10101001 0 100 10001 10100 101110 11010 1001001

Color Harmonies of #CCC4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC4A9

Black with #CCC4A9

Text Example


Text Example

White with #CCC4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC4A9; }

 p { color: rgb(204,196,169); }

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

background-color css

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

 a { background-color: rgb(204,196,169); }

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

border-color css

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

 span { border-color: rgb(204,196,169); }

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