Html Css Color HEX #CFC8A9 Parchment

📋 copy color: '#CFC8A9'

red 207 ◦ green 200 ◦ blue 169

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

Shades of Parchment #CFC8A9

Tints of Parchment #CFC8A9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.72%

 BLUE value IS 169 (66.41% from 255) = 29.34%

R = 35.94%
G = 34.72%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CFC8A9 (or 0xCFC8A9) is known color: Parchment. HEX triplet: CF, C8 and A9. RGB value is (207,200,169). Sum of RGB (Red+Green+Blue) = 207+200+169=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC8A9 is #303756. Grayscale: #C6C6C6. Windows color (decimal): -3159895 or 11126991. OLE color: 11126991.

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

Color convert

RGB 207 200 169 -
CMYK 0 0.03 0.18 0.19
HSL 48.95º 0.28% 0.74% -
HSV(B) 48.95º 0.18% 0.81% -
XYZ 53.55 57.44 45.8 -
YUV 198.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 207 200 169 0 0.03 0.18 0.19 48.95 0.28 0.74
Hex CF C8 A9 0 3 12 13 31 1C 4A
Octal 317 310 251 0 3 22 23 61 34 112
Binary 11001111 11001000 10101001 0 11 10010 10011 110001 11100 1001010

Color Harmonies of #CFC8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC8A9

Black with #CFC8A9

Text Example


Text Example

White with #CFC8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC8A9; }

 p { color: rgb(207,200,169); }

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

background-color css

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

 a { background-color: rgb(207,200,169); }

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

border-color css

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

 span { border-color: rgb(207,200,169); }

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