#CA658D

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

Shades of Hopbush #CA658D

Tints of Hopbush #CA658D

Color information

#CA658D (or 0xCA658D) is unknown color: approx Hopbush. HEX triplet: CA, 65 and 8D. RGB value is (202,101,141). Sum of RGB (Red+Green+Blue) = 202+101+141=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA658D is #359A72. Grayscale: #878787. Windows color (decimal): -3512947 or 9266634. OLE color: 9266634.

HSL color Cylindrical-coordinate representation of color #CA658D: hue angle of 336.24º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA658D is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202101141-
CMYK00.500.300.21
HSL336.24º48.79%59.41%-
HSV(B)336.24º50%79.22%-
XYZ33.8223.7928.01-
YUV135.76130.96175.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 101 (39.84% from 255) = 22.75%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=45.50%
G=22.75%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210114100.500.300.21336.2448.7959.41
HexCA658D0321E15150313b
Octal31214521506236255206173
Binary1100101011001011000110101100101111010101101010000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA658D; }

 p { color: rgb(202,101,141); }

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

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

 a { background-color: rgb(202,101,141); }

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

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

 span { border-color: rgb(202,101,141); }

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