Html Css Color HEX #CCC6AF Parchment

📋 copy color: '#CCC6AF'

red 204 ◦ green 198 ◦ blue 175

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

Shades of Parchment #CCC6AF

Tints of Parchment #CCC6AF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.32%

 BLUE value IS 175 (68.75% from 255) = 30.33%

R = 35.36%
G = 34.32%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCC6AF (or 0xCCC6AF) is known color: Parchment. HEX triplet: CC, C6 and AF. RGB value is (204,198,175). Sum of RGB (Red+Green+Blue) = 204+198+175=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC6AF is #333950. Grayscale: #C5C5C5. Windows color (decimal): -3357009 or 11519692. OLE color: 11519692.

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

Color convert

RGB 204 198 175 -
CMYK 0 0.03 0.14 0.2
HSL 47.59º 0.22% 0.74% -
HSV(B) 47.59º 0.14% 0.8% -
XYZ 52.83 56.32 48.64 -
YUV 197.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 204 198 175 0 0.03 0.14 0.2 47.59 0.22 0.74
Hex CC C6 AF 0 3 E 14 30 16 4A
Octal 314 306 257 0 3 16 24 60 26 112
Binary 11001100 11000110 10101111 0 11 1110 10100 110000 10110 1001010

Color Harmonies of #CCC6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6AF

Black with #CCC6AF

Text Example


Text Example

White with #CCC6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6AF; }

 p { color: rgb(204,198,175); }

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

background-color css

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

 a { background-color: rgb(204,198,175); }

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

border-color css

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

 span { border-color: rgb(204,198,175); }

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