Html Css Color HEX #C469A0 Hopbush

📋 copy color: '#C469A0'

red 196 ◦ green 105 ◦ blue 160

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

Shades of Hopbush #C469A0

Tints of Hopbush #C469A0

RGB

 RED value IS 196 (76.95% from 255) = 42.52%

 GREEN value IS 105 (41.41% from 255) = 22.78%

 BLUE value IS 160 (62.89% from 255) = 34.71%

R = 42.52%
G = 22.78%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C469A0 (or 0xC469A0) is known color: Hopbush. HEX triplet: C4, 69 and A0. RGB value is (196,105,160). Sum of RGB (Red+Green+Blue) = 196+105+160=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C469A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C469A0 is #3B965F. Grayscale: #8A8A8A. Windows color (decimal): -3905120 or 10512836. OLE color: 10512836.

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

Color convert

RGB 196 105 160 -
CMYK 0 0.46 0.18 0.23
HSL 323.74º 0.44% 0.59% -
HSV(B) 323.74º 0.46% 0.77% -
XYZ 34.16 24.38 36.16 -
YUV 138.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 196 105 160 0 0.46 0.18 0.23 323.74 0.44 0.59
Hex C4 69 A0 0 2E 12 17 144 2C 3B
Octal 304 151 240 0 56 22 27 504 54 73
Binary 11000100 1101001 10100000 0 101110 10010 10111 101000100 101100 111011

Color Harmonies of #C469A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469A0

Black with #C469A0

Text Example


Text Example

White with #C469A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469A0; }

 p { color: rgb(196,105,160); }

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

background-color css

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

 a { background-color: rgb(196,105,160); }

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

border-color css

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

 span { border-color: rgb(196,105,160); }

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