#CA678D

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

Shades of Hopbush #CA678D

Tints of Hopbush #CA678D

Color information

#CA678D (or 0xCA678D) is unknown color: approx Hopbush. HEX triplet: CA, 67 and 8D. RGB value is (202,103,141). Sum of RGB (Red+Green+Blue) = 202+103+141=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA678D is #359872. Grayscale: #888888. Windows color (decimal): -3512435 or 9267146. OLE color: 9267146.

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

Color convert

RGB202103141-
CMYK00.490.300.21
HSL336.97º48.29%59.8%-
HSV(B)336.97º49.01%79.22%-
XYZ34.0224.1828.07-
YUV136.93130.3174.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=45.29%
G=23.09%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210314100.490.300.21336.9748.2959.8
HexCA678D0311E15151303c
Octal31214721506136255216074
Binary1100101011001111000110101100011111010101101010001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA678D; }

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

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

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

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

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

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

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

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