Html Css Color HEX #CA71A6 Hopbush

📋 copy color: '#CA71A6'

red 202 ◦ green 113 ◦ blue 166

#CA71A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #CA71A6

Tints of Hopbush #CA71A6

RGB

 RED value IS 202 (79.3% from 255) = 42%

 GREEN value IS 113 (44.53% from 255) = 23.49%

 BLUE value IS 166 (65.23% from 255) = 34.51%

R = 42%
G = 23.49%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA71A6 (or 0xCA71A6) is known color: Hopbush. HEX triplet: CA, 71 and A6. RGB value is (202,113,166). Sum of RGB (Red+Green+Blue) = 202+113+166=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA71A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA71A6 is #358E59. Grayscale: #919191. Windows color (decimal): -3509850 or 10908106. OLE color: 10908106.

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

Color convert

RGB 202 113 166 -
CMYK 0 0.44 0.18 0.21
HSL 324.27º 0.46% 0.62% -
HSV(B) 324.27º 0.44% 0.79% -
XYZ 37.15 27.12 39.35 -
YUV 145.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 202 113 166 0 0.44 0.18 0.21 324.27 0.46 0.62
Hex CA 71 A6 0 2C 12 15 144 2E 3E
Octal 312 161 246 0 54 22 25 504 56 76
Binary 11001010 1110001 10100110 0 101100 10010 10101 101000100 101110 111110

Color Harmonies of #CA71A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71A6

Black with #CA71A6

Text Example


Text Example

White with #CA71A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71A6; }

 p { color: rgb(202,113,166); }

 H1.HeaderClassName
 {
   color: #CA71A6;
 }
 .AnyTagClassName
 {
   color: #CA71A6;
 }
</style>

background-color css

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

 a { background-color: rgb(202,113,166); }

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

border-color css

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

 span { border-color: rgb(202,113,166); }

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