#CA6788

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

Shades of Hopbush #CA6788

Tints of Hopbush #CA6788

Color information

#CA6788 (or 0xCA6788) is unknown color: approx Hopbush. HEX triplet: CA, 67 and 88. RGB value is (202,103,136). Sum of RGB (Red+Green+Blue) = 202+103+136=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6788 is #359877. Grayscale: #888888. Windows color (decimal): -3512440 or 8939466. OLE color: 8939466.

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

Color convert

RGB202103136-
CMYK00.490.330.21
HSL340º48.29%59.8%-
HSV(B)340º49.01%79.22%-
XYZ33.6524.0326.16-
YUV136.36127.8174.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=45.80%
G=23.36%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210313600.490.330.2134048.2959.8
HexCA67880312115154303c
Octal31214721006141255246074
Binary11001010110011110001000011000110000110101101010100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6788; }

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

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

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

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

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

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

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

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