Html Css Color HEX #CEC7A8 Parchment

📋 copy color: '#CEC7A8'

red 206 ◦ green 199 ◦ blue 168

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

Shades of Parchment #CEC7A8

Tints of Parchment #CEC7A8

RGB

 RED value IS 206 (80.86% from 255) = 35.95%

 GREEN value IS 199 (78.13% from 255) = 34.73%

 BLUE value IS 168 (66.02% from 255) = 29.32%

R = 35.95%
G = 34.73%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CEC7A8 (or 0xCEC7A8) is known color: Parchment. HEX triplet: CE, C7 and A8. RGB value is (206,199,168). Sum of RGB (Red+Green+Blue) = 206+199+168=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7A8 is #313857. Grayscale: #C5C5C5. Windows color (decimal): -3225688 or 11061198. OLE color: 11061198.

HSL color Cylindrical-coordinate representation of color #CEC7A8: hue angle of 48.95º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC7A8 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 199 168 -
CMYK 0 0.03 0.18 0.19
HSL 48.95º 0.28% 0.73% -
HSV(B) 48.95º 0.18% 0.81% -
XYZ 52.94 56.8 45.22 -
YUV 197.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 206 199 168 0 0.03 0.18 0.19 48.95 0.28 0.73
Hex CE C7 A8 0 3 12 13 31 1C 49
Octal 316 307 250 0 3 22 23 61 34 111
Binary 11001110 11000111 10101000 0 11 10010 10011 110001 11100 1001001

Color Harmonies of #CEC7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC7A8

Black with #CEC7A8

Text Example


Text Example

White with #CEC7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC7A8; }

 p { color: rgb(206,199,168); }

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

background-color css

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

 a { background-color: rgb(206,199,168); }

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

border-color css

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

 span { border-color: rgb(206,199,168); }

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