Html Css Color HEX #CD7178 Charm

📋 copy color: '#CD7178'

red 205 ◦ green 113 ◦ blue 120

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

Shades of Charm #CD7178

Tints of Charm #CD7178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.8%

 BLUE value IS 120 (47.27% from 255) = 27.4%

R = 46.8%
G = 25.8%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CD7178 (or 0xCD7178) is known color: Charm. HEX triplet: CD, 71 and 78. RGB value is (205,113,120). Sum of RGB (Red+Green+Blue) = 205+113+120=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7178 is #328E87. Grayscale: #8D8D8D. Windows color (decimal): -3313288 or 7893453. OLE color: 7893453.

HSL color Cylindrical-coordinate representation of color #CD7178: hue angle of 355.43º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD7178 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 113 120 -
CMYK 0 0.45 0.41 0.20
HSL 355.43º 0.48% 0.62% -
HSV(B) 355.43º 0.45% 0.8% -
XYZ 34.47 26.15 21 -
YUV 141.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 205 113 120 0 0.45 0.41 0.20 355.43 0.48 0.62
Hex CD 71 78 0 2D 29 14 163 30 3E
Octal 315 161 170 0 55 51 24 543 60 76
Binary 11001101 1110001 1111000 0 101101 101001 10100 101100011 110000 111110

Color Harmonies of #CD7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7178

Black with #CD7178

Text Example


Text Example

White with #CD7178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7178; }

 p { color: rgb(205,113,120); }

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

background-color css

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

 a { background-color: rgb(205,113,120); }

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

border-color css

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

 span { border-color: rgb(205,113,120); }

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