Html Css Color HEX #CDC5B3 Parchment

📋 copy color: '#CDC5B3'

red 205 ◦ green 197 ◦ blue 179

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

Shades of Parchment #CDC5B3

Tints of Parchment #CDC5B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.81%

R = 35.28%
G = 33.91%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CDC5B3 (or 0xCDC5B3) is known color: Parchment. HEX triplet: CD, C5 and B3. RGB value is (205,197,179). Sum of RGB (Red+Green+Blue) = 205+197+179=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5B3 is #323A4C. Grayscale: #C5C5C5. Windows color (decimal): -3291725 or 11781581. OLE color: 11781581.

HSL color Cylindrical-coordinate representation of color #CDC5B3: hue angle of 41.54º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDC5B3 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 179 -
CMYK 0 0.04 0.13 0.20
HSL 41.54º 0.21% 0.75% -
HSV(B) 41.54º 0.13% 0.8% -
XYZ 53.28 56.17 50.68 -
YUV 197.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 205 197 179 0 0.04 0.13 0.20 41.54 0.21 0.75
Hex CD C5 B3 0 4 D 14 2A 15 4B
Octal 315 305 263 0 4 15 24 52 25 113
Binary 11001101 11000101 10110011 0 100 1101 10100 101010 10101 1001011

Color Harmonies of #CDC5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC5B3

Black with #CDC5B3

Text Example


Text Example

White with #CDC5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC5B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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