Html Css Color HEX #CDC4B0 Parchment

📋 copy color: '#CDC4B0'

red 205 ◦ green 196 ◦ blue 176

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

Shades of Parchment #CDC4B0

Tints of Parchment #CDC4B0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.97%

 BLUE value IS 176 (69.14% from 255) = 30.5%

R = 35.53%
G = 33.97%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CDC4B0 (or 0xCDC4B0) is known color: Parchment. HEX triplet: CD, C4 and B0. RGB value is (205,196,176). Sum of RGB (Red+Green+Blue) = 205+196+176=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC4B0 is #323B4F. Grayscale: #C4C4C4. Windows color (decimal): -3291984 or 11584717. OLE color: 11584717.

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

Color convert

RGB 205 196 176 -
CMYK 0 0.04 0.14 0.20
HSL 41.38º 0.22% 0.75% -
HSV(B) 41.38º 0.14% 0.8% -
XYZ 52.75 55.59 49.02 -
YUV 196.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 205 196 176 0 0.04 0.14 0.20 41.38 0.22 0.75
Hex CD C4 B0 0 4 E 14 29 16 4B
Octal 315 304 260 0 4 16 24 51 26 113
Binary 11001101 11000100 10110000 0 100 1110 10100 101001 10110 1001011

Color Harmonies of #CDC4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC4B0

Black with #CDC4B0

Text Example


Text Example

White with #CDC4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC4B0; }

 p { color: rgb(205,196,176); }

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

background-color css

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

 a { background-color: rgb(205,196,176); }

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

border-color css

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

 span { border-color: rgb(205,196,176); }

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