Html Css Color HEX #CFC6A8 Parchment

📋 copy color: '#CFC6A8'

red 207 ◦ green 198 ◦ blue 168

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

Shades of Parchment #CFC6A8

Tints of Parchment #CFC6A8

RGB

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

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

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

R = 36.13%
G = 34.55%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CFC6A8 (or 0xCFC6A8) is known color: Parchment. HEX triplet: CF, C6 and A8. RGB value is (207,198,168). Sum of RGB (Red+Green+Blue) = 207+198+168=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC6A8 is #303957. Grayscale: #C5C5C5. Windows color (decimal): -3160408 or 11060943. OLE color: 11060943.

HSL color Cylindrical-coordinate representation of color #CFC6A8: hue angle of 46.15º 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 #CFC6A8 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 198 168 -
CMYK 0 0.04 0.19 0.19
HSL 46.15º 0.29% 0.74% -
HSV(B) 46.15º 0.19% 0.81% -
XYZ 52.99 56.48 45.15 -
YUV 197.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 207 198 168 0 0.04 0.19 0.19 46.15 0.29 0.74
Hex CF C6 A8 0 4 13 13 2E 1D 4A
Octal 317 306 250 0 4 23 23 56 35 112
Binary 11001111 11000110 10101000 0 100 10011 10011 101110 11101 1001010

Color Harmonies of #CFC6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC6A8

Black with #CFC6A8

Text Example


Text Example

White with #CFC6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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