Html Css Color HEX #CA7384 Charm

📋 copy color: '#CA7384'

red 202 ◦ green 115 ◦ blue 132

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

Shades of Charm #CA7384

Tints of Charm #CA7384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.4%

R = 44.99%
G = 25.61%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA7384 (or 0xCA7384) is known color: Charm. HEX triplet: CA, 73 and 84. RGB value is (202,115,132). Sum of RGB (Red+Green+Blue) = 202+115+132=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7384 is #358C7B. Grayscale: #8E8E8E. Windows color (decimal): -3509372 or 8680394. OLE color: 8680394.

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

Color convert

RGB 202 115 132 -
CMYK 0 0.43 0.35 0.21
HSL 348.28º 0.45% 0.62% -
HSV(B) 348.28º 0.43% 0.79% -
XYZ 34.65 26.48 25.12 -
YUV 142.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 202 115 132 0 0.43 0.35 0.21 348.28 0.45 0.62
Hex CA 73 84 0 2B 23 15 15C 2D 3E
Octal 312 163 204 0 53 43 25 534 55 76
Binary 11001010 1110011 10000100 0 101011 100011 10101 101011100 101101 111110

Color Harmonies of #CA7384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7384

Black with #CA7384

Text Example


Text Example

White with #CA7384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7384; }

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

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

background-color css

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

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

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

border-color css

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

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

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