Html Css Color HEX #CD8488 Charm

📋 copy color: '#CD8488'

red 205 ◦ green 132 ◦ blue 136

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

Shades of Charm #CD8488

Tints of Charm #CD8488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.91%

 BLUE value IS 136 (53.52% from 255) = 28.75%

R = 43.34%
G = 27.91%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD8488 (or 0xCD8488) is known color: Charm. HEX triplet: CD, 84 and 88. RGB value is (205,132,136). Sum of RGB (Red+Green+Blue) = 205+132+136=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8488 is #327B77. Grayscale: #9A9A9A. Windows color (decimal): -3308408 or 8946893. OLE color: 8946893.

HSL color Cylindrical-coordinate representation of color #CD8488: hue angle of 356.71º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD8488 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 132 136 -
CMYK 0 0.36 0.34 0.20
HSL 356.71º 0.42% 0.66% -
HSV(B) 356.71º 0.36% 0.8% -
XYZ 37.87 31.26 27.33 -
YUV 154.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 205 132 136 0 0.36 0.34 0.20 356.71 0.42 0.66
Hex CD 84 88 0 24 22 14 165 2A 42
Octal 315 204 210 0 44 42 24 545 52 102
Binary 11001101 10000100 10001000 0 100100 100010 10100 101100101 101010 1000010

Color Harmonies of #CD8488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8488

Black with #CD8488

Text Example


Text Example

White with #CD8488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8488; }

 p { color: rgb(205,132,136); }

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

background-color css

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

 a { background-color: rgb(205,132,136); }

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

border-color css

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

 span { border-color: rgb(205,132,136); }

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