Html Css Color HEX #CA7180 Charm

📋 copy color: '#CA7180'

red 202 ◦ green 113 ◦ blue 128

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

Shades of Charm #CA7180

Tints of Charm #CA7180

RGB

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

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

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

R = 45.6%
G = 25.51%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA7180 (or 0xCA7180) is known color: Charm. HEX triplet: CA, 71 and 80. RGB value is (202,113,128). Sum of RGB (Red+Green+Blue) = 202+113+128=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7180 is #358E7F. Grayscale: #8D8D8D. Windows color (decimal): -3509888 or 8417738. OLE color: 8417738.

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

Color convert

RGB 202 113 128 -
CMYK 0 0.44 0.37 0.21
HSL 349.89º 0.46% 0.62% -
HSV(B) 349.89º 0.44% 0.79% -
XYZ 34.16 25.93 23.63 -
YUV 141.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 202 113 128 0 0.44 0.37 0.21 349.89 0.46 0.62
Hex CA 71 80 0 2C 25 15 15E 2E 3E
Octal 312 161 200 0 54 45 25 536 56 76
Binary 11001010 1110001 10000000 0 101100 100101 10101 101011110 101110 111110

Color Harmonies of #CA7180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7180

Black with #CA7180

Text Example


Text Example

White with #CA7180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7180; }

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

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

background-color css

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

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

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

border-color css

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

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

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