#CA658B

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

Shades of Hopbush #CA658B

Tints of Hopbush #CA658B

Color information

#CA658B (or 0xCA658B) is unknown color: approx Hopbush. HEX triplet: CA, 65 and 8B. RGB value is (202,101,139). Sum of RGB (Red+Green+Blue) = 202+101+139=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA658B is #359A74. Grayscale: #878787. Windows color (decimal): -3512949 or 9135562. OLE color: 9135562.

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

Color convert

RGB202101139-
CMYK00.500.310.21
HSL337.43º48.79%59.41%-
HSV(B)337.43º50%79.22%-
XYZ33.6723.7327.23-
YUV135.53129.96175.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=45.70%
G=22.85%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210113900.500.310.21337.4348.7959.41
HexCA658B0321F15151313b
Octal31214521306237255216173
Binary1100101011001011000101101100101111110101101010001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA658B; }

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

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

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

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

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

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

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

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