Html Css Color HEX #CEC8B7 Parchment

📋 copy color: '#CEC8B7'

red 206 ◦ green 200 ◦ blue 183

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

Shades of Parchment #CEC8B7

Tints of Parchment #CEC8B7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.96%

 BLUE value IS 183 (71.88% from 255) = 31.07%

R = 34.97%
G = 33.96%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CEC8B7 (or 0xCEC8B7) is known color: Parchment. HEX triplet: CE, C8 and B7. RGB value is (206,200,183). Sum of RGB (Red+Green+Blue) = 206+200+183=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8B7 is #313748. Grayscale: #C7C7C7. Windows color (decimal): -3225417 or 12044494. OLE color: 12044494.

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

Color convert

RGB 206 200 183 -
CMYK 0 0.03 0.11 0.19
HSL 44.35º 0.19% 0.76% -
HSV(B) 44.35º 0.11% 0.81% -
XYZ 54.66 57.85 53.09 -
YUV 199.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 206 200 183 0 0.03 0.11 0.19 44.35 0.19 0.76
Hex CE C8 B7 0 3 B 13 2C 13 4C
Octal 316 310 267 0 3 13 23 54 23 114
Binary 11001110 11001000 10110111 0 11 1011 10011 101100 10011 1001100

Color Harmonies of #CEC8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC8B7

Black with #CEC8B7

Text Example


Text Example

White with #CEC8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC8B7; }

 p { color: rgb(206,200,183); }

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

background-color css

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

 a { background-color: rgb(206,200,183); }

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

border-color css

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

 span { border-color: rgb(206,200,183); }

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