Html Css Color HEX #CA7593 Hopbush

📋 copy color: '#CA7593'

red 202 ◦ green 117 ◦ blue 147

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

Shades of Hopbush #CA7593

Tints of Hopbush #CA7593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.11%

 BLUE value IS 147 (57.81% from 255) = 31.55%

R = 43.35%
G = 25.11%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA7593 (or 0xCA7593) is known color: Hopbush. HEX triplet: CA, 75 and 93. RGB value is (202,117,147). Sum of RGB (Red+Green+Blue) = 202+117+147=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7593 is #358A6C. Grayscale: #919191. Windows color (decimal): -3508845 or 9663946. OLE color: 9663946.

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

Color convert

RGB 202 117 147 -
CMYK 0 0.42 0.27 0.21
HSL 338.82º 0.45% 0.63% -
HSV(B) 338.82º 0.42% 0.79% -
XYZ 35.98 27.39 30.99 -
YUV 145.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 202 117 147 0 0.42 0.27 0.21 338.82 0.45 0.63
Hex CA 75 93 0 2A 1B 15 153 2D 3F
Octal 312 165 223 0 52 33 25 523 55 77
Binary 11001010 1110101 10010011 0 101010 11011 10101 101010011 101101 111111

Color Harmonies of #CA7593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7593

Black with #CA7593

Text Example


Text Example

White with #CA7593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7593; }

 p { color: rgb(202,117,147); }

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

background-color css

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

 a { background-color: rgb(202,117,147); }

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

border-color css

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

 span { border-color: rgb(202,117,147); }

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