Html Css Color HEX #CA7386 Charm

📋 copy color: '#CA7386'

red 202 ◦ green 115 ◦ blue 134

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

Shades of Charm #CA7386

Tints of Charm #CA7386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.71%

R = 44.79%
G = 25.5%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA7386 (or 0xCA7386) is known color: Charm. HEX triplet: CA, 73 and 86. RGB value is (202,115,134). Sum of RGB (Red+Green+Blue) = 202+115+134=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7386 is #358C79. Grayscale: #8F8F8F. Windows color (decimal): -3509370 or 8811466. OLE color: 8811466.

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

Color convert

RGB 202 115 134 -
CMYK 0 0.43 0.34 0.21
HSL 346.9º 0.45% 0.62% -
HSV(B) 346.9º 0.43% 0.79% -
XYZ 34.79 26.54 25.84 -
YUV 143.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 202 115 134 0 0.43 0.34 0.21 346.9 0.45 0.62
Hex CA 73 86 0 2B 22 15 15B 2D 3E
Octal 312 163 206 0 53 42 25 533 55 76
Binary 11001010 1110011 10000110 0 101011 100010 10101 101011011 101101 111110

Color Harmonies of #CA7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7386

Black with #CA7386

Text Example


Text Example

White with #CA7386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7386; }

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

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

background-color css

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

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

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

border-color css

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

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

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