#CA6999

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

Shades of Hopbush #CA6999

Tints of Hopbush #CA6999

Color information

#CA6999 (or 0xCA6999) is unknown color: approx Hopbush. HEX triplet: CA, 69 and 99. RGB value is (202,105,153). Sum of RGB (Red+Green+Blue) = 202+105+153=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6999 is #359666. Grayscale: #8B8B8B. Windows color (decimal): -3511911 or 10054090. OLE color: 10054090.

HSL color Cylindrical-coordinate representation of color #CA6999: hue angle of 330.31º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6999 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202105153-
CMYK00.480.240.21
HSL330.31º47.78%60.2%-
HSV(B)330.31º48.02%79.22%-
XYZ35.1624.9633.1-
YUV139.48135.64172.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=43.91%
G=22.83%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210515300.480.240.21330.3147.7860.2
HexCA6999030181514a303c
Octal31215123106030255126074
Binary1100101011010011001100101100001100010101101001010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6999; }

 p { color: rgb(202,105,153); }

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

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

 a { background-color: rgb(202,105,153); }

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

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

 span { border-color: rgb(202,105,153); }

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