Html Css Color HEX #C467A0 Hopbush

📋 copy color: '#C467A0'

red 196 ◦ green 103 ◦ blue 160

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

Shades of Hopbush #C467A0

Tints of Hopbush #C467A0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.44%

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

R = 42.7%
G = 22.44%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C467A0 (or 0xC467A0) is known color: Hopbush. HEX triplet: C4, 67 and A0. RGB value is (196,103,160). Sum of RGB (Red+Green+Blue) = 196+103+160=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C467A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C467A0 is #3B985F. Grayscale: #898989. Windows color (decimal): -3905632 or 10512324. OLE color: 10512324.

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

Color convert

RGB 196 103 160 -
CMYK 0 0.47 0.18 0.23
HSL 323.23º 0.44% 0.59% -
HSV(B) 323.23º 0.47% 0.77% -
XYZ 33.96 23.97 36.1 -
YUV 137.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 196 103 160 0 0.47 0.18 0.23 323.23 0.44 0.59
Hex C4 67 A0 0 2F 12 17 143 2C 3B
Octal 304 147 240 0 57 22 27 503 54 73
Binary 11000100 1100111 10100000 0 101111 10010 10111 101000011 101100 111011

Color Harmonies of #C467A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C467A0

Black with #C467A0

Text Example


Text Example

White with #C467A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C467A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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