Html Css Color HEX #CDC5AB Parchment

📋 copy color: '#CDC5AB'

red 205 ◦ green 197 ◦ blue 171

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

Shades of Parchment #CDC5AB

Tints of Parchment #CDC5AB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.38%

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

R = 35.78%
G = 34.38%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CDC5AB (or 0xCDC5AB) is known color: Parchment. HEX triplet: CD, C5 and AB. RGB value is (205,197,171). Sum of RGB (Red+Green+Blue) = 205+197+171=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC5AB is #323A54. Grayscale: #C4C4C4. Windows color (decimal): -3291733 or 11257293. OLE color: 11257293.

HSL color Cylindrical-coordinate representation of color #CDC5AB: hue angle of 45.88º 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 #CDC5AB is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 171 -
CMYK 0 0.04 0.17 0.20
HSL 45.88º 0.25% 0.74% -
HSV(B) 45.88º 0.17% 0.8% -
XYZ 52.49 55.85 46.54 -
YUV 196.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 205 197 171 0 0.04 0.17 0.20 45.88 0.25 0.74
Hex CD C5 AB 0 4 11 14 2E 19 4A
Octal 315 305 253 0 4 21 24 56 31 112
Binary 11001101 11000101 10101011 0 100 10001 10100 101110 11001 1001010

Color Harmonies of #CDC5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC5AB

Black with #CDC5AB

Text Example


Text Example

White with #CDC5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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