Html Css Color HEX #CDC8AB Parchment

📋 copy color: '#CDC8AB'

red 205 ◦ green 200 ◦ blue 171

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

Shades of Parchment #CDC8AB

Tints of Parchment #CDC8AB

RGB

 RED value IS 205 (80.47% from 255) = 35.59%

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

 BLUE value IS 171 (67.19% from 255) = 29.69%

R = 35.59%
G = 34.72%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CDC8AB (or 0xCDC8AB) is known color: Parchment. HEX triplet: CD, C8 and AB. RGB value is (205,200,171). Sum of RGB (Red+Green+Blue) = 205+200+171=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC8AB is #323754. Grayscale: #C6C6C6. Windows color (decimal): -3290965 or 11258061. OLE color: 11258061.

HSL color Cylindrical-coordinate representation of color #CDC8AB: hue angle of 51.18º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDC8AB is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 200 171 -
CMYK 0 0.02 0.17 0.20
HSL 51.18º 0.25% 0.74% -
HSV(B) 51.18º 0.17% 0.8% -
XYZ 53.18 57.23 46.77 -
YUV 198.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 205 200 171 0 0.02 0.17 0.20 51.18 0.25 0.74
Hex CD C8 AB 0 2 11 14 33 19 4A
Octal 315 310 253 0 2 21 24 63 31 112
Binary 11001101 11001000 10101011 0 10 10001 10100 110011 11001 1001010

Color Harmonies of #CDC8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC8AB

Black with #CDC8AB

Text Example


Text Example

White with #CDC8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC8AB; }

 p { color: rgb(205,200,171); }

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

background-color css

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

 a { background-color: rgb(205,200,171); }

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

border-color css

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

 span { border-color: rgb(205,200,171); }

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