Html Css Color HEX #C8C2AF Parchment

📋 copy color: '#C8C2AF'

red 200 ◦ green 194 ◦ blue 175

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

Shades of Parchment #C8C2AF

Tints of Parchment #C8C2AF

RGB

 RED value IS 200 (78.52% from 255) = 35.15%

 GREEN value IS 194 (76.17% from 255) = 34.09%

 BLUE value IS 175 (68.75% from 255) = 30.76%

R = 35.15%
G = 34.09%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C8C2AF (or 0xC8C2AF) is known color: Parchment. HEX triplet: C8, C2 and AF. RGB value is (200,194,175). Sum of RGB (Red+Green+Blue) = 200+194+175=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C2AF is #373D50. Grayscale: #C1C1C1. Windows color (decimal): -3620177 or 11518664. OLE color: 11518664.

HSL color Cylindrical-coordinate representation of color #C8C2AF: hue angle of 45.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8C2AF is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 194 175 -
CMYK 0 0.03 0.12 0.22
HSL 45.6º 0.19% 0.74% -
HSV(B) 45.6º 0.13% 0.78% -
XYZ 50.85 53.96 48.29 -
YUV 193.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 200 194 175 0 0.03 0.12 0.22 45.6 0.19 0.74
Hex C8 C2 AF 0 3 C 16 2E 13 4A
Octal 310 302 257 0 3 14 26 56 23 112
Binary 11001000 11000010 10101111 0 11 1100 10110 101110 10011 1001010

Color Harmonies of #C8C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C2AF

Black with #C8C2AF

Text Example


Text Example

White with #C8C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C2AF; }

 p { color: rgb(200,194,175); }

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

background-color css

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

 a { background-color: rgb(200,194,175); }

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

border-color css

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

 span { border-color: rgb(200,194,175); }

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