Html Css Color HEX #CFCAB0 Parchment

📋 copy color: '#CFCAB0'

red 207 ◦ green 202 ◦ blue 176

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

Shades of Parchment #CFCAB0

Tints of Parchment #CFCAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.09%

R = 35.38%
G = 34.53%
B = 30.09%

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

#CFCAB0 (or 0xCFCAB0) is known color: Parchment. HEX triplet: CF, CA and B0. RGB value is (207,202,176). Sum of RGB (Red+Green+Blue) = 207+202+176=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCAB0 is #30354F. Grayscale: #C8C8C8. Windows color (decimal): -3159376 or 11586255. OLE color: 11586255.

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

Color convert

RGB 207 202 176 -
CMYK 0 0.02 0.15 0.19
HSL 50.32º 0.24% 0.75% -
HSV(B) 50.32º 0.15% 0.81% -
XYZ 54.69 58.64 49.51 -
YUV 200.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 207 202 176 0 0.02 0.15 0.19 50.32 0.24 0.75
Hex CF CA B0 0 2 F 13 32 18 4B
Octal 317 312 260 0 2 17 23 62 30 113
Binary 11001111 11001010 10110000 0 10 1111 10011 110010 11000 1001011

Color Harmonies of #CFCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCAB0

Black with #CFCAB0

Text Example


Text Example

White with #CFCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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