Html Css Color HEX #CD7188 Charm

📋 copy color: '#CD7188'

red 205 ◦ green 113 ◦ blue 136

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

Shades of Charm #CD7188

Tints of Charm #CD7188

RGB

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

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

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

R = 45.15%
G = 24.89%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD7188 (or 0xCD7188) is known color: Charm. HEX triplet: CD, 71 and 88. RGB value is (205,113,136). Sum of RGB (Red+Green+Blue) = 205+113+136=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7188 is #328E77. Grayscale: #8F8F8F. Windows color (decimal): -3313272 or 8942029. OLE color: 8942029.

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

Color convert

RGB 205 113 136 -
CMYK 0 0.45 0.34 0.20
HSL 345º 0.48% 0.62% -
HSV(B) 345º 0.45% 0.8% -
XYZ 35.53 26.57 26.55 -
YUV 143.13 123.98 172.13 -
System Red Green Blue C M Y K H S L
Decimal 205 113 136 0 0.45 0.34 0.20 345 0.48 0.62
Hex CD 71 88 0 2D 22 14 159 30 3E
Octal 315 161 210 0 55 42 24 531 60 76
Binary 11001101 1110001 10001000 0 101101 100010 10100 101011001 110000 111110

Color Harmonies of #CD7188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7188

Black with #CD7188

Text Example


Text Example

White with #CD7188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7188; }

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

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

background-color css

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

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

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

border-color css

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

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

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