#CA708E

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

Shades of Hopbush #CA708E

Tints of Hopbush #CA708E

Color information

#CA708E (or 0xCA708E) is unknown color: approx Hopbush. HEX triplet: CA, 70 and 8E. RGB value is (202,112,142). Sum of RGB (Red+Green+Blue) = 202+112+142=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA708E is #358F71. Grayscale: #8E8E8E. Windows color (decimal): -3510130 or 9334986. OLE color: 9334986.

HSL color Cylindrical-coordinate representation of color #CA708E: hue angle of 340º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA708E is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202112142-
CMYK00.450.300.21
HSL340º45.92%61.57%-
HSV(B)340º44.55%79.22%-
XYZ35.0326.128.78-
YUV142.33127.82170.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 142 (55.86% from 255) = 31.14%
R=44.30%
G=24.56%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211214200.450.300.2134045.9261.57
HexCA708E02D1E151542e3e
Octal31216021605536255245676
Binary1100101011100001000111001011011111010101101010100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA708E; }

 p { color: rgb(202,112,142); }

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

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

 a { background-color: rgb(202,112,142); }

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

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

 span { border-color: rgb(202,112,142); }

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