Html Css Color HEX #CCC3AA Parchment

📋 copy color: '#CCC3AA'

red 204 ◦ green 195 ◦ blue 170

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

Shades of Parchment #CCC3AA

Tints of Parchment #CCC3AA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.27%

 BLUE value IS 170 (66.8% from 255) = 29.88%

R = 35.85%
G = 34.27%
B = 29.88%

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

#CCC3AA (or 0xCCC3AA) is known color: Parchment. HEX triplet: CC, C3 and AA. RGB value is (204,195,170). Sum of RGB (Red+Green+Blue) = 204+195+170=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC3AA is #333C55. Grayscale: #C2C2C2. Windows color (decimal): -3357782 or 11191244. OLE color: 11191244.

HSL color Cylindrical-coordinate representation of color #CCC3AA: hue angle of 44.12º degrees, saturation: 0.25, 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 #CCC3AA is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 170 -
CMYK 0 0.04 0.17 0.2
HSL 44.12º 0.25% 0.73% -
HSV(B) 44.12º 0.17% 0.8% -
XYZ 51.67 54.77 45.88 -
YUV 194.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 204 195 170 0 0.04 0.17 0.2 44.12 0.25 0.73
Hex CC C3 AA 0 4 11 14 2C 19 49
Octal 314 303 252 0 4 21 24 54 31 111
Binary 11001100 11000011 10101010 0 100 10001 10100 101100 11001 1001001

Color Harmonies of #CCC3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3AA

Black with #CCC3AA

Text Example


Text Example

White with #CCC3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3AA; }

 p { color: rgb(204,195,170); }

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

background-color css

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

 a { background-color: rgb(204,195,170); }

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

border-color css

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

 span { border-color: rgb(204,195,170); }

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