Html Css Color HEX #CCC3AD Parchment

📋 copy color: '#CCC3AD'

red 204 ◦ green 195 ◦ blue 173

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

Shades of Parchment #CCC3AD

Tints of Parchment #CCC3AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.24%

R = 35.66%
G = 34.09%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCC3AD (or 0xCCC3AD) is known color: Parchment. HEX triplet: CC, C3 and AD. RGB value is (204,195,173). Sum of RGB (Red+Green+Blue) = 204+195+173=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC3AD is #333C52. Grayscale: #C3C3C3. Windows color (decimal): -3357779 or 11387852. OLE color: 11387852.

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

Color convert

RGB 204 195 173 -
CMYK 0 0.04 0.15 0.2
HSL 42.58º 0.23% 0.74% -
HSV(B) 42.58º 0.15% 0.8% -
XYZ 51.96 54.88 47.39 -
YUV 195.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 204 195 173 0 0.04 0.15 0.2 42.58 0.23 0.74
Hex CC C3 AD 0 4 F 14 2B 17 4A
Octal 314 303 255 0 4 17 24 53 27 112
Binary 11001100 11000011 10101101 0 100 1111 10100 101011 10111 1001010

Color Harmonies of #CCC3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3AD

Black with #CCC3AD

Text Example


Text Example

White with #CCC3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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