Html Css Color HEX #CA6295 Hopbush

📋 copy color: '#CA6295'

red 202 ◦ green 98 ◦ blue 149

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

Shades of Hopbush #CA6295

Tints of Hopbush #CA6295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.83%

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

R = 44.99%
G = 21.83%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA6295 (or 0xCA6295) is known color: Hopbush. HEX triplet: CA, 62 and 95. RGB value is (202,98,149). Sum of RGB (Red+Green+Blue) = 202+98+149=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6295 is #359D6A. Grayscale: #868686. Windows color (decimal): -3513707 or 9790154. OLE color: 9790154.

HSL color Cylindrical-coordinate representation of color #CA6295: hue angle of 330.58º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6295 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 98 149 -
CMYK 0 0.51 0.26 0.21
HSL 330.58º 0.5% 0.59% -
HSV(B) 330.58º 0.51% 0.79% -
XYZ 34.15 23.46 31.16 -
YUV 134.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 202 98 149 0 0.51 0.26 0.21 330.58 0.5 0.59
Hex CA 62 95 0 33 1A 15 14B 32 3B
Octal 312 142 225 0 63 32 25 513 62 73
Binary 11001010 1100010 10010101 0 110011 11010 10101 101001011 110010 111011

Color Harmonies of #CA6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6295

Black with #CA6295

Text Example


Text Example

White with #CA6295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6295; }

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

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

background-color css

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

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

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

border-color css

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

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

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