Html Css Color HEX #CA758B Charm

📋 copy color: '#CA758B'

red 202 ◦ green 117 ◦ blue 139

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

Shades of Charm #CA758B

Tints of Charm #CA758B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.35%

R = 44.1%
G = 25.55%
B = 30.35%

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

#CA758B (or 0xCA758B) is known color: Charm. HEX triplet: CA, 75 and 8B. RGB value is (202,117,139). Sum of RGB (Red+Green+Blue) = 202+117+139=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA758B is #358A74. Grayscale: #909090. Windows color (decimal): -3508853 or 9139658. OLE color: 9139658.

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

Color convert

RGB 202 117 139 -
CMYK 0 0.42 0.31 0.21
HSL 344.47º 0.45% 0.63% -
HSV(B) 344.47º 0.42% 0.79% -
XYZ 35.38 27.14 27.8 -
YUV 144.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 202 117 139 0 0.42 0.31 0.21 344.47 0.45 0.63
Hex CA 75 8B 0 2A 1F 15 158 2D 3F
Octal 312 165 213 0 52 37 25 530 55 77
Binary 11001010 1110101 10001011 0 101010 11111 10101 101011000 101101 111111

Color Harmonies of #CA758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA758B

Black with #CA758B

Text Example


Text Example

White with #CA758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA758B; }

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

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

background-color css

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

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

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

border-color css

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

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

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