Html Css Color HEX #CDC4B1 Parchment

📋 copy color: '#CDC4B1'

red 205 ◦ green 196 ◦ blue 177

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

Shades of Parchment #CDC4B1

Tints of Parchment #CDC4B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.62%

R = 35.47%
G = 33.91%
B = 30.62%

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

#CDC4B1 (or 0xCDC4B1) is known color: Parchment. HEX triplet: CD, C4 and B1. RGB value is (205,196,177). Sum of RGB (Red+Green+Blue) = 205+196+177=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC4B1 is #323B4E. Grayscale: #C4C4C4. Windows color (decimal): -3291983 or 11650253. OLE color: 11650253.

HSL color Cylindrical-coordinate representation of color #CDC4B1: hue angle of 40.71º 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 #CDC4B1 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 196 177 -
CMYK 0 0.04 0.14 0.20
HSL 40.71º 0.22% 0.75% -
HSV(B) 40.71º 0.14% 0.8% -
XYZ 52.85 55.63 49.55 -
YUV 196.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 205 196 177 0 0.04 0.14 0.20 40.71 0.22 0.75
Hex CD C4 B1 0 4 E 14 29 16 4B
Octal 315 304 261 0 4 16 24 51 26 113
Binary 11001101 11000100 10110001 0 100 1110 10100 101001 10110 1001011

Color Harmonies of #CDC4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC4B1

Black with #CDC4B1

Text Example


Text Example

White with #CDC4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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