Html Css Color HEX #CDC3AB Parchment

📋 copy color: '#CDC3AB'

red 205 ◦ green 195 ◦ blue 171

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

Shades of Parchment #CDC3AB

Tints of Parchment #CDC3AB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.15%

 BLUE value IS 171 (67.19% from 255) = 29.95%

R = 35.9%
G = 34.15%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CDC3AB (or 0xCDC3AB) is known color: Parchment. HEX triplet: CD, C3 and AB. RGB value is (205,195,171). Sum of RGB (Red+Green+Blue) = 205+195+171=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC3AB is #323C54. Grayscale: #C3C3C3. Windows color (decimal): -3292245 or 11256781. OLE color: 11256781.

HSL color Cylindrical-coordinate representation of color #CDC3AB: hue angle of 42.35º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDC3AB is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 195 171 -
CMYK 0 0.05 0.17 0.20
HSL 42.35º 0.25% 0.74% -
HSV(B) 42.35º 0.17% 0.8% -
XYZ 52.04 54.95 46.39 -
YUV 195.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 205 195 171 0 0.05 0.17 0.20 42.35 0.25 0.74
Hex CD C3 AB 0 5 11 14 2A 19 4A
Octal 315 303 253 0 5 21 24 52 31 112
Binary 11001101 11000011 10101011 0 101 10001 10100 101010 11001 1001010

Color Harmonies of #CDC3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC3AB

Black with #CDC3AB

Text Example


Text Example

White with #CDC3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC3AB; }

 p { color: rgb(205,195,171); }

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

background-color css

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

 a { background-color: rgb(205,195,171); }

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

border-color css

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

 span { border-color: rgb(205,195,171); }

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