Html Css Color HEX #CFCAAE Parchment

📋 copy color: '#CFCAAE'

red 207 ◦ green 202 ◦ blue 174

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

Shades of Parchment #CFCAAE

Tints of Parchment #CFCAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.85%

R = 35.51%
G = 34.65%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CFCAAE (or 0xCFCAAE) is known color: Parchment. HEX triplet: CF, CA and AE. RGB value is (207,202,174). Sum of RGB (Red+Green+Blue) = 207+202+174=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCAAE is #303551. Grayscale: #C8C8C8. Windows color (decimal): -3159378 or 11455183. OLE color: 11455183.

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

Color convert

RGB 207 202 174 -
CMYK 0 0.02 0.16 0.19
HSL 50.91º 0.26% 0.75% -
HSV(B) 50.91º 0.16% 0.81% -
XYZ 54.49 58.56 48.48 -
YUV 200.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 207 202 174 0 0.02 0.16 0.19 50.91 0.26 0.75
Hex CF CA AE 0 2 10 13 33 1A 4B
Octal 317 312 256 0 2 20 23 63 32 113
Binary 11001111 11001010 10101110 0 10 10000 10011 110011 11010 1001011

Color Harmonies of #CFCAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCAAE

Black with #CFCAAE

Text Example


Text Example

White with #CFCAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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