#CA6188

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

Shades of Hopbush #CA6188

Tints of Hopbush #CA6188

Color information

#CA6188 (or 0xCA6188) is unknown color: approx Hopbush. HEX triplet: CA, 61 and 88. RGB value is (202,97,136). Sum of RGB (Red+Green+Blue) = 202+97+136=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6188 is #359E77. Grayscale: #848484. Windows color (decimal): -3513976 or 8937930. OLE color: 8937930.

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

Color convert

RGB20297136-
CMYK00.520.330.21
HSL337.71º49.76%58.63%-
HSV(B)337.71º51.98%79.22%-
XYZ33.0822.8825.97-
YUV132.84129.79177.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=46.44%
G=22.30%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029713600.520.330.21337.7149.7658.63
HexCA61880342115152323b
Octal31214121006441255226273
Binary11001010110000110001000011010010000110101101010010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6188; }

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

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

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

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

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

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

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

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