#CA6283

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

Shades of Hopbush #CA6283

Tints of Hopbush #CA6283

Color information

#CA6283 (or 0xCA6283) is unknown color: approx Hopbush. HEX triplet: CA, 62 and 83. RGB value is (202,98,131). Sum of RGB (Red+Green+Blue) = 202+98+131=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6283 is #359D7C. Grayscale: #848484. Windows color (decimal): -3513725 or 8610506. OLE color: 8610506.

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

Color convert

RGB20298131-
CMYK00.510.350.21
HSL340.96º49.52%58.82%-
HSV(B)340.96º51.49%79.22%-
XYZ32.8222.9324.17-
YUV132.86126.96177.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=46.87%
G=22.74%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029813100.510.350.21340.9649.5258.82
HexCA62830332315155323b
Octal31214220306343255256273
Binary11001010110001010000011011001110001110101101010101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6283; }

 p { color: rgb(202,98,131); }

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

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

 a { background-color: rgb(202,98,131); }

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

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

 span { border-color: rgb(202,98,131); }

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