Html Css Color HEX #CA7380 Charm

📋 copy color: '#CA7380'

red 202 ◦ green 115 ◦ blue 128

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

Shades of Charm #CA7380

Tints of Charm #CA7380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.84%

 BLUE value IS 128 (50.39% from 255) = 28.76%

R = 45.39%
G = 25.84%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA7380 (or 0xCA7380) is known color: Charm. HEX triplet: CA, 73 and 80. RGB value is (202,115,128). Sum of RGB (Red+Green+Blue) = 202+115+128=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7380 is #358C7F. Grayscale: #8E8E8E. Windows color (decimal): -3509376 or 8418250. OLE color: 8418250.

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

Color convert

RGB 202 115 128 -
CMYK 0 0.43 0.37 0.21
HSL 351.03º 0.45% 0.62% -
HSV(B) 351.03º 0.43% 0.79% -
XYZ 34.38 26.38 23.7 -
YUV 142.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 202 115 128 0 0.43 0.37 0.21 351.03 0.45 0.62
Hex CA 73 80 0 2B 25 15 15F 2D 3E
Octal 312 163 200 0 53 45 25 537 55 76
Binary 11001010 1110011 10000000 0 101011 100101 10101 101011111 101101 111110

Color Harmonies of #CA7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7380

Black with #CA7380

Text Example


Text Example

White with #CA7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7380; }

 p { color: rgb(202,115,128); }

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

background-color css

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

 a { background-color: rgb(202,115,128); }

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

border-color css

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

 span { border-color: rgb(202,115,128); }

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