Html Css Color HEX #CA758E Charm

📋 copy color: '#CA758E'

red 202 ◦ green 117 ◦ blue 142

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

Shades of Charm #CA758E

Tints of Charm #CA758E

RGB

 RED value IS 202 (79.3% from 255) = 43.82%

 GREEN value IS 117 (46.09% from 255) = 25.38%

 BLUE value IS 142 (55.86% from 255) = 30.8%

R = 43.82%
G = 25.38%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA758E (or 0xCA758E) is known color: Charm. HEX triplet: CA, 75 and 8E. RGB value is (202,117,142). Sum of RGB (Red+Green+Blue) = 202+117+142=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA758E is #358A71. Grayscale: #919191. Windows color (decimal): -3508850 or 9336266. OLE color: 9336266.

HSL color Cylindrical-coordinate representation of color #CA758E: hue angle of 342.35º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA758E is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 117 142 -
CMYK 0 0.42 0.30 0.21
HSL 342.35º 0.45% 0.63% -
HSV(B) 342.35º 0.42% 0.79% -
XYZ 35.6 27.23 28.97 -
YUV 145.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 202 117 142 0 0.42 0.30 0.21 342.35 0.45 0.63
Hex CA 75 8E 0 2A 1E 15 156 2D 3F
Octal 312 165 216 0 52 36 25 526 55 77
Binary 11001010 1110101 10001110 0 101010 11110 10101 101010110 101101 111111

Color Harmonies of #CA758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA758E

Black with #CA758E

Text Example


Text Example

White with #CA758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA758E; }

 p { color: rgb(202,117,142); }

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

background-color css

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

 a { background-color: rgb(202,117,142); }

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

border-color css

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

 span { border-color: rgb(202,117,142); }

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