Html Css Color HEX #CDC7AB Parchment

📋 copy color: '#CDC7AB'

red 205 ◦ green 199 ◦ blue 171

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

Shades of Parchment #CDC7AB

Tints of Parchment #CDC7AB

RGB

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

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

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

R = 35.65%
G = 34.61%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CDC7AB (or 0xCDC7AB) is known color: Parchment. HEX triplet: CD, C7 and AB. RGB value is (205,199,171). Sum of RGB (Red+Green+Blue) = 205+199+171=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC7AB is #323854. Grayscale: #C5C5C5. Windows color (decimal): -3291221 or 11257805. OLE color: 11257805.

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

Color convert

RGB 205 199 171 -
CMYK 0 0.03 0.17 0.20
HSL 49.41º 0.25% 0.74% -
HSV(B) 49.41º 0.17% 0.8% -
XYZ 52.95 56.77 46.69 -
YUV 197.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 205 199 171 0 0.03 0.17 0.20 49.41 0.25 0.74
Hex CD C7 AB 0 3 11 14 31 19 4A
Octal 315 307 253 0 3 21 24 61 31 112
Binary 11001101 11000111 10101011 0 11 10001 10100 110001 11001 1001010

Color Harmonies of #CDC7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC7AB

Black with #CDC7AB

Text Example


Text Example

White with #CDC7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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