Html Css Color HEX #C469A8 Hopbush

📋 copy color: '#C469A8'

red 196 ◦ green 105 ◦ blue 168

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

Shades of Hopbush #C469A8

Tints of Hopbush #C469A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.82%

R = 41.79%
G = 22.39%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C469A8 (or 0xC469A8) is known color: Hopbush. HEX triplet: C4, 69 and A8. RGB value is (196,105,168). Sum of RGB (Red+Green+Blue) = 196+105+168=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C469A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C469A8 is #3B9657. Grayscale: #8B8B8B. Windows color (decimal): -3905112 or 11037124. OLE color: 11037124.

HSL color Cylindrical-coordinate representation of color #C469A8: hue angle of 318.46º 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 #C469A8 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 105 168 -
CMYK 0 0.46 0.14 0.23
HSL 318.46º 0.44% 0.59% -
HSV(B) 318.46º 0.46% 0.77% -
XYZ 34.88 24.67 39.97 -
YUV 139.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 196 105 168 0 0.46 0.14 0.23 318.46 0.44 0.59
Hex C4 69 A8 0 2E E 17 13E 2C 3B
Octal 304 151 250 0 56 16 27 476 54 73
Binary 11000100 1101001 10101000 0 101110 1110 10111 100111110 101100 111011

Color Harmonies of #C469A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469A8

Black with #C469A8

Text Example


Text Example

White with #C469A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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