#CA678E

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

Shades of Hopbush #CA678E

Tints of Hopbush #CA678E

Color information

#CA678E (or 0xCA678E) is unknown color: approx Hopbush. HEX triplet: CA, 67 and 8E. RGB value is (202,103,142). Sum of RGB (Red+Green+Blue) = 202+103+142=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA678E is #359871. Grayscale: #888888. Windows color (decimal): -3512434 or 9332682. OLE color: 9332682.

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

Color convert

RGB202103142-
CMYK00.490.300.21
HSL336.36º48.29%59.8%-
HSV(B)336.36º49.01%79.22%-
XYZ34.0924.2128.47-
YUV137.05130.8174.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=45.19%
G=23.04%
B=31.77%

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
Decimal20210314200.490.300.21336.3648.2959.8
HexCA678E0311E15150303c
Octal31214721606136255206074
Binary1100101011001111000111001100011111010101101010000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA678E; }

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

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

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

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

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

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

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

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