Html Css Color HEX #CDC3AF Parchment

📋 copy color: '#CDC3AF'

red 205 ◦ green 195 ◦ blue 175

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

Shades of Parchment #CDC3AF

Tints of Parchment #CDC3AF

RGB

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

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

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

R = 35.65%
G = 33.91%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CDC3AF (or 0xCDC3AF) is known color: Parchment. HEX triplet: CD, C3 and AF. RGB value is (205,195,175). Sum of RGB (Red+Green+Blue) = 205+195+175=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC3AF is #323C50. Grayscale: #C3C3C3. Windows color (decimal): -3292241 or 11518925. OLE color: 11518925.

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

Color convert

RGB 205 195 175 -
CMYK 0 0.05 0.15 0.20
HSL 40º 0.23% 0.75% -
HSV(B) 40º 0.15% 0.8% -
XYZ 52.43 55.1 48.43 -
YUV 195.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 205 195 175 0 0.05 0.15 0.20 40 0.23 0.75
Hex CD C3 AF 0 5 F 14 28 17 4B
Octal 315 303 257 0 5 17 24 50 27 113
Binary 11001101 11000011 10101111 0 101 1111 10100 101000 10111 1001011

Color Harmonies of #CDC3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC3AF

Black with #CDC3AF

Text Example


Text Example

White with #CDC3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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