#CA689A

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

Shades of Hopbush #CA689A

Tints of Hopbush #CA689A

Color information

#CA689A (or 0xCA689A) is unknown color: approx Hopbush. HEX triplet: CA, 68 and 9A. RGB value is (202,104,154). Sum of RGB (Red+Green+Blue) = 202+104+154=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA689A is #359765. Grayscale: #8A8A8A. Windows color (decimal): -3512166 or 10119370. OLE color: 10119370.

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

Color convert

RGB202104154-
CMYK00.490.240.21
HSL329.39º48.04%60%-
HSV(B)329.39º48.51%79.22%-
XYZ35.1424.7933.5-
YUV139136.47172.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 104 (41.02% from 255) = 22.61%
BLUE value IS 154 (60.55% from 255) = 33.48%
R=43.91%
G=22.61%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210415400.490.240.21329.3948.0460
HexCA689A0311815149303c
Octal31215023206130255116074
Binary1100101011010001001101001100011100010101101001001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA689A; }

 p { color: rgb(202,104,154); }

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

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

 a { background-color: rgb(202,104,154); }

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

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

 span { border-color: rgb(202,104,154); }

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