Html Css Color HEX #CDC4AF Parchment

📋 copy color: '#CDC4AF'

red 205 ◦ green 196 ◦ blue 175

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

Shades of Parchment #CDC4AF

Tints of Parchment #CDC4AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.38%

R = 35.59%
G = 34.03%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CDC4AF (or 0xCDC4AF) is known color: Parchment. HEX triplet: CD, C4 and AF. RGB value is (205,196,175). Sum of RGB (Red+Green+Blue) = 205+196+175=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC4AF is #323B50. Grayscale: #C4C4C4. Windows color (decimal): -3291985 or 11519181. OLE color: 11519181.

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

Color convert

RGB 205 196 175 -
CMYK 0 0.04 0.15 0.20
HSL 42º 0.23% 0.75% -
HSV(B) 42º 0.15% 0.8% -
XYZ 52.65 55.55 48.51 -
YUV 196.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 205 196 175 0 0.04 0.15 0.20 42 0.23 0.75
Hex CD C4 AF 0 4 F 14 2A 17 4B
Octal 315 304 257 0 4 17 24 52 27 113
Binary 11001101 11000100 10101111 0 100 1111 10100 101010 10111 1001011

Color Harmonies of #CDC4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC4AF

Black with #CDC4AF

Text Example


Text Example

White with #CDC4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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