Html Css Color HEX #CD8389 Charm

📋 copy color: '#CD8389'

red 205 ◦ green 131 ◦ blue 137

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

Shades of Charm #CD8389

Tints of Charm #CD8389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.7%

 BLUE value IS 137 (53.91% from 255) = 28.96%

R = 43.34%
G = 27.7%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD8389 (or 0xCD8389) is known color: Charm. HEX triplet: CD, 83 and 89. RGB value is (205,131,137). Sum of RGB (Red+Green+Blue) = 205+131+137=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8389 is #327C76. Grayscale: #999999. Windows color (decimal): -3308663 or 9012173. OLE color: 9012173.

HSL color Cylindrical-coordinate representation of color #CD8389: hue angle of 355.14º degrees, saturation: 0.43, 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 #CD8389 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 131 137 -
CMYK 0 0.36 0.33 0.20
HSL 355.14º 0.43% 0.66% -
HSV(B) 355.14º 0.36% 0.8% -
XYZ 37.81 31.02 27.66 -
YUV 153.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 205 131 137 0 0.36 0.33 0.20 355.14 0.43 0.66
Hex CD 83 89 0 24 21 14 163 2B 42
Octal 315 203 211 0 44 41 24 543 53 102
Binary 11001101 10000011 10001001 0 100100 100001 10100 101100011 101011 1000010

Color Harmonies of #CD8389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8389

Black with #CD8389

Text Example


Text Example

White with #CD8389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8389; }

 p { color: rgb(205,131,137); }

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

background-color css

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

 a { background-color: rgb(205,131,137); }

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

border-color css

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

 span { border-color: rgb(205,131,137); }

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