Html Css Color HEX #CDC7A8 Parchment

📋 copy color: '#CDC7A8'

red 205 ◦ green 199 ◦ blue 168

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

Shades of Parchment #CDC7A8

Tints of Parchment #CDC7A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.37%

R = 35.84%
G = 34.79%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CDC7A8 (or 0xCDC7A8) is known color: Parchment. HEX triplet: CD, C7 and A8. RGB value is (205,199,168). Sum of RGB (Red+Green+Blue) = 205+199+168=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC7A8 is #323857. Grayscale: #C5C5C5. Windows color (decimal): -3291224 or 11061197. OLE color: 11061197.

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

Color convert

RGB 205 199 168 -
CMYK 0 0.03 0.18 0.20
HSL 50.27º 0.27% 0.73% -
HSV(B) 50.27º 0.18% 0.8% -
XYZ 52.67 56.65 45.21 -
YUV 197.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 205 199 168 0 0.03 0.18 0.20 50.27 0.27 0.73
Hex CD C7 A8 0 3 12 14 32 1B 49
Octal 315 307 250 0 3 22 24 62 33 111
Binary 11001101 11000111 10101000 0 11 10010 10100 110010 11011 1001001

Color Harmonies of #CDC7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC7A8

Black with #CDC7A8

Text Example


Text Example

White with #CDC7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC7A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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