#CA699E

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

Shades of Hopbush #CA699E

Tints of Hopbush #CA699E

Color information

#CA699E (or 0xCA699E) is unknown color: approx Hopbush. HEX triplet: CA, 69 and 9E. RGB value is (202,105,158). Sum of RGB (Red+Green+Blue) = 202+105+158=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA699E is #359661. Grayscale: #8B8B8B. Windows color (decimal): -3511906 or 10381770. OLE color: 10381770.

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

Color convert

RGB202105158-
CMYK00.480.220.21
HSL327.22º47.78%60.2%-
HSV(B)327.22º48.02%79.22%-
XYZ35.5825.1335.32-
YUV140.04138.14172.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=43.44%
G=22.58%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210515800.480.220.21327.2247.7860.2
HexCA699E0301615147303c
Octal31215123606026255076074
Binary1100101011010011001111001100001011010101101000111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA699E; }

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

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

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

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

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

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

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

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