#CA648C

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

Shades of Hopbush #CA648C

Tints of Hopbush #CA648C

Color information

#CA648C (or 0xCA648C) is unknown color: approx Hopbush. HEX triplet: CA, 64 and 8C. RGB value is (202,100,140). Sum of RGB (Red+Green+Blue) = 202+100+140=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA648C is #359B73. Grayscale: #878787. Windows color (decimal): -3513204 or 9200842. OLE color: 9200842.

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

Color convert

RGB202100140-
CMYK00.500.310.21
HSL336.47º49.04%59.22%-
HSV(B)336.47º50.5%79.22%-
XYZ33.6523.5627.59-
YUV135.06130.79175.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 100 (39.45% from 255) = 22.62%
BLUE value IS 140 (55.08% from 255) = 31.67%
R=45.70%
G=22.62%
B=31.67%

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
Decimal20210014000.500.310.21336.4749.0459.22
HexCA648C0321F15150313b
Octal31214421406237255206173
Binary1100101011001001000110001100101111110101101010000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA648C; }

 p { color: rgb(202,100,140); }

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

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

 a { background-color: rgb(202,100,140); }

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

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

 span { border-color: rgb(202,100,140); }

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