Html Css Color HEX #CA758C Charm

📋 copy color: '#CA758C'

red 202 ◦ green 117 ◦ blue 140

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

Shades of Charm #CA758C

Tints of Charm #CA758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 44.01%
G = 25.49%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA758C (or 0xCA758C) is known color: Charm. HEX triplet: CA, 75 and 8C. RGB value is (202,117,140). Sum of RGB (Red+Green+Blue) = 202+117+140=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA758C is #358A73. Grayscale: #919191. Windows color (decimal): -3508852 or 9205194. OLE color: 9205194.

HSL color Cylindrical-coordinate representation of color #CA758C: hue angle of 343.76º 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 #CA758C is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 117 140 -
CMYK 0 0.42 0.31 0.21
HSL 343.76º 0.45% 0.63% -
HSV(B) 343.76º 0.42% 0.79% -
XYZ 35.45 27.17 28.19 -
YUV 145.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 202 117 140 0 0.42 0.31 0.21 343.76 0.45 0.63
Hex CA 75 8C 0 2A 1F 15 158 2D 3F
Octal 312 165 214 0 52 37 25 530 55 77
Binary 11001010 1110101 10001100 0 101010 11111 10101 101011000 101101 111111

Color Harmonies of #CA758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA758C

Black with #CA758C

Text Example


Text Example

White with #CA758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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