#ca7b99

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

Shades of Hopbush #CA7B99

Tints of Hopbush #CA7B99

Color information

#CA7B99 (or 0xCA7B99) is unknown color: approx Hopbush. HEX triplet: CA, 7B and 99. RGB value is (202,123,153). Sum of RGB (Red+Green+Blue) = 202+123+153=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7B99 is #358466. Grayscale: #969696. Windows color (decimal): -3507303 or 10058698. OLE color: 10058698.

HSL color Cylindrical-coordinate representation of color #CA7B99: hue angle of 337.22º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7B99 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202123153-
CMYK00.390.240.21
HSL337.22º42.7%63.73%-
HSV(B)337.22º39.11%79.22%-
XYZ37.1929.0233.78-
YUV150.04129.67165.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=42.26%
G=25.73%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212315300.390.240.21337.2242.763.73
HexCA7B9902718151512b40
Octal312173231047302552153100
Binary11001010111101110011001010011111000101011010100011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7b99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7b99; }

 p { color: rgb(202,123,153); }

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

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

 a { background-color: rgb(202,123,153); }

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

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

 span { border-color: rgb(202,123,153); }

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