#CA6195

Color #CA6195 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CA6195

Tints of Hopbush #CA6195

Color information

#CA6195 (or 0xCA6195) is unknown color: approx Hopbush. HEX triplet: CA, 61 and 95. RGB value is (202,97,149). Sum of RGB (Red+Green+Blue) = 202+97+149=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6195 is #359E6A. Grayscale: #868686. Windows color (decimal): -3513963 or 9789898. OLE color: 9789898.

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

Color convert

RGB20297149-
CMYK00.520.260.21
HSL330.29º49.76%58.63%-
HSV(B)330.29º51.98%79.22%-
XYZ34.0623.2831.13-
YUV134.32136.29176.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=45.09%
G=21.65%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029714900.520.260.21330.2949.7658.63
HexCA61950341A1514a323b
Octal31214122506432255126273
Binary1100101011000011001010101101001101010101101001010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6195; }

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

 H1.HeaderClassName
 {
   color: #CA6195;
 }
 .AnyTagClassName
 {
   color: #CA6195;
 }
</style>
background-color css

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

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

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

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

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

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