Html Css Color HEX #CDC7B8 Parchment

📋 copy color: '#CDC7B8'

red 205 ◦ green 199 ◦ blue 184

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

Shades of Parchment #CDC7B8

Tints of Parchment #CDC7B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.29%

R = 34.86%
G = 33.84%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CDC7B8 (or 0xCDC7B8) is known color: Parchment. HEX triplet: CD, C7 and B8. RGB value is (205,199,184). Sum of RGB (Red+Green+Blue) = 205+199+184=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7B8 is #323847. Grayscale: #C7C7C7. Windows color (decimal): -3291208 or 12109773. OLE color: 12109773.

HSL color Cylindrical-coordinate representation of color #CDC7B8: hue angle of 42.86º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC7B8 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 199 184 -
CMYK 0 0.03 0.10 0.20
HSL 42.86º 0.17% 0.76% -
HSV(B) 42.86º 0.1% 0.8% -
XYZ 54.25 57.29 53.55 -
YUV 199.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 205 199 184 0 0.03 0.10 0.20 42.86 0.17 0.76
Hex CD C7 B8 0 3 A 14 2B 11 4C
Octal 315 307 270 0 3 12 24 53 21 114
Binary 11001101 11000111 10111000 0 11 1010 10100 101011 10001 1001100

Color Harmonies of #CDC7B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC7B8

Black with #CDC7B8

Text Example


Text Example

White with #CDC7B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC7B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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