Html Css Color HEX #C0415A Hippie Pink

📋 copy color: '#C0415A'

red 192 ◦ green 65 ◦ blue 90

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

Shades of Hippie Pink #C0415A

Tints of Hippie Pink #C0415A

RGB

 RED value IS 192 (75.39% from 255) = 55.33%

 GREEN value IS 65 (25.78% from 255) = 18.73%

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 55.33%
G = 18.73%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0415A (or 0xC0415A) is known color: Hippie Pink. HEX triplet: C0, 41 and 5A. RGB value is (192,65,90). Sum of RGB (Red+Green+Blue) = 192+65+90=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C0415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0415A is #3FBEA5. Grayscale: #696969. Windows color (decimal): -4177574 or 5915072. OLE color: 5915072.

HSL color Cylindrical-coordinate representation of color #C0415A: hue angle of 348.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0415A is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 90 -
CMYK 0 0.66 0.53 0.25
HSL 348.19º 0.5% 0.5% -
HSV(B) 348.19º 0.66% 0.75% -
XYZ 25.47 15.73 11.37 -
YUV 105.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 192 65 90 0 0.66 0.53 0.25 348.19 0.5 0.5
Hex C0 41 5A 0 42 35 19 15C 32 32
Octal 300 101 132 0 102 65 31 534 62 62
Binary 11000000 1000001 1011010 0 1000010 110101 11001 101011100 110010 110010

Color Harmonies of #C0415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0415A

Black with #C0415A

Text Example


Text Example

White with #C0415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0415A; }

 p { color: rgb(192,65,90); }

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

background-color css

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

 a { background-color: rgb(192,65,90); }

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

border-color css

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

 span { border-color: rgb(192,65,90); }

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