Html Css Color HEX #CFCAA8 Parchment

📋 copy color: '#CFCAA8'

red 207 ◦ green 202 ◦ blue 168

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

Shades of Parchment #CFCAA8

Tints of Parchment #CFCAA8

RGB

 RED value IS 207 (81.25% from 255) = 35.88%

 GREEN value IS 202 (79.3% from 255) = 35.01%

 BLUE value IS 168 (66.02% from 255) = 29.12%

R = 35.88%
G = 35.01%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CFCAA8 (or 0xCFCAA8) is known color: Parchment. HEX triplet: CF, CA and A8. RGB value is (207,202,168). Sum of RGB (Red+Green+Blue) = 207+202+168=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCAA8 is #303557. Grayscale: #C7C7C7. Windows color (decimal): -3159384 or 11061967. OLE color: 11061967.

HSL color Cylindrical-coordinate representation of color #CFCAA8: hue angle of 52.31º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFCAA8 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 202 168 -
CMYK 0 0.02 0.19 0.19
HSL 52.31º 0.29% 0.74% -
HSV(B) 52.31º 0.19% 0.81% -
XYZ 53.92 58.33 45.46 -
YUV 199.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 207 202 168 0 0.02 0.19 0.19 52.31 0.29 0.74
Hex CF CA A8 0 2 13 13 34 1D 4A
Octal 317 312 250 0 2 23 23 64 35 112
Binary 11001111 11001010 10101000 0 10 10011 10011 110100 11101 1001010

Color Harmonies of #CFCAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCAA8

Black with #CFCAA8

Text Example


Text Example

White with #CFCAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCAA8; }

 p { color: rgb(207,202,168); }

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

background-color css

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

 a { background-color: rgb(207,202,168); }

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

border-color css

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

 span { border-color: rgb(207,202,168); }

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