Html Css Color HEX #CA7284 Charm

📋 copy color: '#CA7284'

red 202 ◦ green 114 ◦ blue 132

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

Shades of Charm #CA7284

Tints of Charm #CA7284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

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

R = 45.09%
G = 25.45%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA7284 (or 0xCA7284) is known color: Charm. HEX triplet: CA, 72 and 84. RGB value is (202,114,132). Sum of RGB (Red+Green+Blue) = 202+114+132=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7284 is #358D7B. Grayscale: #8E8E8E. Windows color (decimal): -3509628 or 8680138. OLE color: 8680138.

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

Color convert

RGB 202 114 132 -
CMYK 0 0.44 0.35 0.21
HSL 347.73º 0.45% 0.62% -
HSV(B) 347.73º 0.44% 0.79% -
XYZ 34.54 26.26 25.08 -
YUV 142.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 202 114 132 0 0.44 0.35 0.21 347.73 0.45 0.62
Hex CA 72 84 0 2C 23 15 15C 2D 3E
Octal 312 162 204 0 54 43 25 534 55 76
Binary 11001010 1110010 10000100 0 101100 100011 10101 101011100 101101 111110

Color Harmonies of #CA7284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7284

Black with #CA7284

Text Example


Text Example

White with #CA7284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7284; }

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

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

background-color css

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

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

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

border-color css

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

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

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