Html Css Color HEX #C469AA Hopbush

📋 copy color: '#C469AA'

red 196 ◦ green 105 ◦ blue 170

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

Shades of Hopbush #C469AA

Tints of Hopbush #C469AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 41.61%
G = 22.29%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C469AA (or 0xC469AA) is known color: Hopbush. HEX triplet: C4, 69 and AA. RGB value is (196,105,170). Sum of RGB (Red+Green+Blue) = 196+105+170=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C469AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C469AA is #3B9655. Grayscale: #8B8B8B. Windows color (decimal): -3905110 or 11168196. OLE color: 11168196.

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

Color convert

RGB 196 105 170 -
CMYK 0 0.46 0.13 0.23
HSL 317.14º 0.44% 0.59% -
HSV(B) 317.14º 0.46% 0.77% -
XYZ 35.07 24.74 40.96 -
YUV 139.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 196 105 170 0 0.46 0.13 0.23 317.14 0.44 0.59
Hex C4 69 AA 0 2E D 17 13D 2C 3B
Octal 304 151 252 0 56 15 27 475 54 73
Binary 11000100 1101001 10101010 0 101110 1101 10111 100111101 101100 111011

Color Harmonies of #C469AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469AA

Black with #C469AA

Text Example


Text Example

White with #C469AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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