Html Css Color HEX #CD8387 Charm

📋 copy color: '#CD8387'

red 205 ◦ green 131 ◦ blue 135

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

Shades of Charm #CD8387

Tints of Charm #CD8387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.66%

R = 43.52%
G = 27.81%
B = 28.66%

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

#CD8387 (or 0xCD8387) is known color: Charm. HEX triplet: CD, 83 and 87. RGB value is (205,131,135). Sum of RGB (Red+Green+Blue) = 205+131+135=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8387 is #327C78. Grayscale: #999999. Windows color (decimal): -3308665 or 8881101. OLE color: 8881101.

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

Color convert

RGB 205 131 135 -
CMYK 0 0.36 0.34 0.20
HSL 356.76º 0.43% 0.66% -
HSV(B) 356.76º 0.36% 0.8% -
XYZ 37.67 30.96 26.91 -
YUV 153.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 205 131 135 0 0.36 0.34 0.20 356.76 0.43 0.66
Hex CD 83 87 0 24 22 14 165 2B 42
Octal 315 203 207 0 44 42 24 545 53 102
Binary 11001101 10000011 10000111 0 100100 100010 10100 101100101 101011 1000010

Color Harmonies of #CD8387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8387

Black with #CD8387

Text Example


Text Example

White with #CD8387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8387; }

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

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

background-color css

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

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

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

border-color css

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

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

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