Html Css Color HEX #CCC3AC Parchment

📋 copy color: '#CCC3AC'

red 204 ◦ green 195 ◦ blue 172

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

Shades of Parchment #CCC3AC

Tints of Parchment #CCC3AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.12%

R = 35.73%
G = 34.15%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCC3AC (or 0xCCC3AC) is known color: Parchment. HEX triplet: CC, C3 and AC. RGB value is (204,195,172). Sum of RGB (Red+Green+Blue) = 204+195+172=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC3AC is #333C53. Grayscale: #C3C3C3. Windows color (decimal): -3357780 or 11322316. OLE color: 11322316.

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

Color convert

RGB 204 195 172 -
CMYK 0 0.04 0.16 0.2
HSL 43.13º 0.24% 0.74% -
HSV(B) 43.13º 0.16% 0.8% -
XYZ 51.86 54.85 46.88 -
YUV 195.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 204 195 172 0 0.04 0.16 0.2 43.13 0.24 0.74
Hex CC C3 AC 0 4 10 14 2B 18 4A
Octal 314 303 254 0 4 20 24 53 30 112
Binary 11001100 11000011 10101100 0 100 10000 10100 101011 11000 1001010

Color Harmonies of #CCC3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3AC

Black with #CCC3AC

Text Example


Text Example

White with #CCC3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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