Html Css Color HEX #CA7595 Hopbush

📋 copy color: '#CA7595'

red 202 ◦ green 117 ◦ blue 149

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

Shades of Hopbush #CA7595

Tints of Hopbush #CA7595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.84%

R = 43.16%
G = 25%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA7595 (or 0xCA7595) is known color: Hopbush. HEX triplet: CA, 75 and 95. RGB value is (202,117,149). Sum of RGB (Red+Green+Blue) = 202+117+149=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7595 is #358A6A. Grayscale: #929292. Windows color (decimal): -3508843 or 9795018. OLE color: 9795018.

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

Color convert

RGB 202 117 149 -
CMYK 0 0.42 0.26 0.21
HSL 337.41º 0.45% 0.63% -
HSV(B) 337.41º 0.42% 0.79% -
XYZ 36.14 27.45 31.83 -
YUV 146.06 129.66 167.9 -
System Red Green Blue C M Y K H S L
Decimal 202 117 149 0 0.42 0.26 0.21 337.41 0.45 0.63
Hex CA 75 95 0 2A 1A 15 151 2D 3F
Octal 312 165 225 0 52 32 25 521 55 77
Binary 11001010 1110101 10010101 0 101010 11010 10101 101010001 101101 111111

Color Harmonies of #CA7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7595

Black with #CA7595

Text Example


Text Example

White with #CA7595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7595; }

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

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

background-color css

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

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

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

border-color css

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

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

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