Html Css Color HEX #CCC7AF Parchment

📋 copy color: '#CCC7AF'

red 204 ◦ green 199 ◦ blue 175

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

Shades of Parchment #CCC7AF

Tints of Parchment #CCC7AF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.43%

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

R = 35.29%
G = 34.43%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCC7AF (or 0xCCC7AF) is known color: Parchment. HEX triplet: CC, C7 and AF. RGB value is (204,199,175). Sum of RGB (Red+Green+Blue) = 204+199+175=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC7AF is #333850. Grayscale: #C5C5C5. Windows color (decimal): -3356753 or 11519948. OLE color: 11519948.

HSL color Cylindrical-coordinate representation of color #CCC7AF: hue angle of 49.66º 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 #CCC7AF is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 175 -
CMYK 0 0.02 0.14 0.2
HSL 49.66º 0.22% 0.74% -
HSV(B) 49.66º 0.14% 0.8% -
XYZ 53.06 56.78 48.72 -
YUV 197.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 204 199 175 0 0.02 0.14 0.2 49.66 0.22 0.74
Hex CC C7 AF 0 2 E 14 32 16 4A
Octal 314 307 257 0 2 16 24 62 26 112
Binary 11001100 11000111 10101111 0 10 1110 10100 110010 10110 1001010

Color Harmonies of #CCC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC7AF

Black with #CCC7AF

Text Example


Text Example

White with #CCC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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