Html Css Color HEX #CDC6AD Parchment

📋 copy color: '#CDC6AD'

red 205 ◦ green 198 ◦ blue 173

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

Shades of Parchment #CDC6AD

Tints of Parchment #CDC6AD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.38%

 BLUE value IS 173 (67.97% from 255) = 30.03%

R = 35.59%
G = 34.38%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CDC6AD (or 0xCDC6AD) is known color: Parchment. HEX triplet: CD, C6 and AD. RGB value is (205,198,173). Sum of RGB (Red+Green+Blue) = 205+198+173=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC6AD is #323952. Grayscale: #C5C5C5. Windows color (decimal): -3291475 or 11388621. OLE color: 11388621.

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

Color convert

RGB 205 198 173 -
CMYK 0 0.03 0.16 0.20
HSL 46.88º 0.24% 0.74% -
HSV(B) 46.88º 0.16% 0.8% -
XYZ 52.91 56.38 47.63 -
YUV 197.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 205 198 173 0 0.03 0.16 0.20 46.88 0.24 0.74
Hex CD C6 AD 0 3 10 14 2F 18 4A
Octal 315 306 255 0 3 20 24 57 30 112
Binary 11001101 11000110 10101101 0 11 10000 10100 101111 11000 1001010

Color Harmonies of #CDC6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC6AD

Black with #CDC6AD

Text Example


Text Example

White with #CDC6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC6AD; }

 p { color: rgb(205,198,173); }

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

background-color css

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

 a { background-color: rgb(205,198,173); }

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

border-color css

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

 span { border-color: rgb(205,198,173); }

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