#CA698C

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

Shades of Hopbush #CA698C

Tints of Hopbush #CA698C

Color information

#CA698C (or 0xCA698C) is unknown color: approx Hopbush. HEX triplet: CA, 69 and 8C. RGB value is (202,105,140). Sum of RGB (Red+Green+Blue) = 202+105+140=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA698C is #359673. Grayscale: #898989. Windows color (decimal): -3511924 or 9202122. OLE color: 9202122.

HSL color Cylindrical-coordinate representation of color #CA698C: hue angle of 338.35º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA698C is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB202105140-
CMYK00.480.310.21
HSL338.35º47.78%60.2%-
HSV(B)338.35º48.02%79.22%-
XYZ34.1424.5527.75-
YUV137.99129.14173.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=45.19%
G=23.49%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210514000.480.310.21338.3547.7860.2
HexCA698C0301F15152303c
Octal31215121406037255226074
Binary1100101011010011000110001100001111110101101010010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA698C; }

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

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

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

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

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

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

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

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