Html Css Color HEX #CFC4AF Parchment

📋 copy color: '#CFC4AF'

red 207 ◦ green 196 ◦ blue 175

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

Shades of Parchment #CFC4AF

Tints of Parchment #CFC4AF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.91%

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

R = 35.81%
G = 33.91%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CFC4AF (or 0xCFC4AF) is known color: Parchment. HEX triplet: CF, C4 and AF. RGB value is (207,196,175). Sum of RGB (Red+Green+Blue) = 207+196+175=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC4AF is #303B50. Grayscale: #C4C4C4. Windows color (decimal): -3160913 or 11519183. OLE color: 11519183.

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

Color convert

RGB 207 196 175 -
CMYK 0 0.05 0.15 0.19
HSL 39.38º 0.25% 0.75% -
HSV(B) 39.38º 0.15% 0.81% -
XYZ 53.21 55.84 48.53 -
YUV 196.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 207 196 175 0 0.05 0.15 0.19 39.38 0.25 0.75
Hex CF C4 AF 0 5 F 13 27 19 4B
Octal 317 304 257 0 5 17 23 47 31 113
Binary 11001111 11000100 10101111 0 101 1111 10011 100111 11001 1001011

Color Harmonies of #CFC4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC4AF

Black with #CFC4AF

Text Example


Text Example

White with #CFC4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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