#CA68A0

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

Shades of Hopbush #CA68A0

Tints of Hopbush #CA68A0

Color information

#CA68A0 (or 0xCA68A0) is unknown color: approx Hopbush. HEX triplet: CA, 68 and A0. RGB value is (202,104,160). Sum of RGB (Red+Green+Blue) = 202+104+160=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA68A0 is #35975F. Grayscale: #8B8B8B. Windows color (decimal): -3512160 or 10512586. OLE color: 10512586.

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

Color convert

RGB202104160-
CMYK00.490.210.21
HSL325.71º48.04%60%-
HSV(B)325.71º48.51%79.22%-
XYZ35.652536.2-
YUV139.69139.47172.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 104 (41.02% from 255) = 22.32%
BLUE value IS 160 (62.89% from 255) = 34.33%
R=43.35%
G=22.32%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210416000.490.210.21325.7148.0460
HexCA68A00311515146303c
Octal31215024006125255066074
Binary1100101011010001010000001100011010110101101000110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA68A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA68A0; }

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

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

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

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

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

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

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

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