Html Css Color HEX #CDC6B6 Parchment

📋 copy color: '#CDC6B6'

red 205 ◦ green 198 ◦ blue 182

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

Shades of Parchment #CDC6B6

Tints of Parchment #CDC6B6

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.85%

 BLUE value IS 182 (71.48% from 255) = 31.11%

R = 35.04%
G = 33.85%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CDC6B6 (or 0xCDC6B6) is known color: Parchment. HEX triplet: CD, C6 and B6. RGB value is (205,198,182). Sum of RGB (Red+Green+Blue) = 205+198+182=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6B6 is #323949. Grayscale: #C6C6C6. Windows color (decimal): -3291466 or 11978445. OLE color: 11978445.

HSL color Cylindrical-coordinate representation of color #CDC6B6: hue angle of 41.74º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDC6B6 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 198 182 -
CMYK 0 0.03 0.11 0.20
HSL 41.74º 0.19% 0.76% -
HSV(B) 41.74º 0.11% 0.8% -
XYZ 53.81 56.74 52.37 -
YUV 198.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 205 198 182 0 0.03 0.11 0.20 41.74 0.19 0.76
Hex CD C6 B6 0 3 B 14 2A 13 4C
Octal 315 306 266 0 3 13 24 52 23 114
Binary 11001101 11000110 10110110 0 11 1011 10100 101010 10011 1001100

Color Harmonies of #CDC6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC6B6

Black with #CDC6B6

Text Example


Text Example

White with #CDC6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC6B6; }

 p { color: rgb(205,198,182); }

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

background-color css

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

 a { background-color: rgb(205,198,182); }

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

border-color css

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

 span { border-color: rgb(205,198,182); }

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