Html Css Color HEX #CFCAAF Parchment

📋 copy color: '#CFCAAF'

red 207 ◦ green 202 ◦ blue 175

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

Shades of Parchment #CFCAAF

Tints of Parchment #CFCAAF

RGB

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

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

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

R = 35.45%
G = 34.59%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CFCAAF (or 0xCFCAAF) is known color: Parchment. HEX triplet: CF, CA and AF. RGB value is (207,202,175). Sum of RGB (Red+Green+Blue) = 207+202+175=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCAAF is #303550. Grayscale: #C8C8C8. Windows color (decimal): -3159377 or 11520719. OLE color: 11520719.

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

Color convert

RGB 207 202 175 -
CMYK 0 0.02 0.15 0.19
HSL 50.63º 0.25% 0.75% -
HSV(B) 50.63º 0.15% 0.81% -
XYZ 54.59 58.6 48.99 -
YUV 200.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 207 202 175 0 0.02 0.15 0.19 50.63 0.25 0.75
Hex CF CA AF 0 2 F 13 33 19 4B
Octal 317 312 257 0 2 17 23 63 31 113
Binary 11001111 11001010 10101111 0 10 1111 10011 110011 11001 1001011

Color Harmonies of #CFCAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCAAF

Black with #CFCAAF

Text Example


Text Example

White with #CFCAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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