Html Css Color HEX #CFCAB2 Parchment

📋 copy color: '#CFCAB2'

red 207 ◦ green 202 ◦ blue 178

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

Shades of Parchment #CFCAB2

Tints of Parchment #CFCAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.32%

R = 35.26%
G = 34.41%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CFCAB2 (or 0xCFCAB2) is known color: Parchment. HEX triplet: CF, CA and B2. RGB value is (207,202,178). Sum of RGB (Red+Green+Blue) = 207+202+178=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCAB2 is #30354D. Grayscale: #C8C8C8. Windows color (decimal): -3159374 or 11717327. OLE color: 11717327.

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

Color convert

RGB 207 202 178 -
CMYK 0 0.02 0.14 0.19
HSL 49.66º 0.23% 0.75% -
HSV(B) 49.66º 0.14% 0.81% -
XYZ 54.89 58.72 50.56 -
YUV 200.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 207 202 178 0 0.02 0.14 0.19 49.66 0.23 0.75
Hex CF CA B2 0 2 E 13 32 17 4B
Octal 317 312 262 0 2 16 23 62 27 113
Binary 11001111 11001010 10110010 0 10 1110 10011 110010 10111 1001011

Color Harmonies of #CFCAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCAB2

Black with #CFCAB2

Text Example


Text Example

White with #CFCAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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