Html Css Color HEX #CFC7AF Parchment

📋 copy color: '#CFC7AF'

red 207 ◦ green 199 ◦ blue 175

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

Shades of Parchment #CFC7AF

Tints of Parchment #CFC7AF

RGB

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

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

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

R = 35.63%
G = 34.25%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CFC7AF (or 0xCFC7AF) is known color: Parchment. HEX triplet: CF, C7 and AF. RGB value is (207,199,175). Sum of RGB (Red+Green+Blue) = 207+199+175=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC7AF is #303850. Grayscale: #C6C6C6. Windows color (decimal): -3160145 or 11519951. OLE color: 11519951.

HSL color Cylindrical-coordinate representation of color #CFC7AF: hue angle of 45º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFC7AF is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 199 175 -
CMYK 0 0.04 0.15 0.19
HSL 45º 0.25% 0.75% -
HSV(B) 45º 0.15% 0.81% -
XYZ 53.89 57.21 48.76 -
YUV 198.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 207 199 175 0 0.04 0.15 0.19 45 0.25 0.75
Hex CF C7 AF 0 4 F 13 2D 19 4B
Octal 317 307 257 0 4 17 23 55 31 113
Binary 11001111 11000111 10101111 0 100 1111 10011 101101 11001 1001011

Color Harmonies of #CFC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC7AF

Black with #CFC7AF

Text Example


Text Example

White with #CFC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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