Html Css Color HEX #C95EA2 Hopbush

📋 copy color: '#C95EA2'

red 201 ◦ green 94 ◦ blue 162

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

Shades of Hopbush #C95EA2

Tints of Hopbush #C95EA2

RGB

 RED value IS 201 (78.91% from 255) = 43.98%

 GREEN value IS 94 (37.11% from 255) = 20.57%

 BLUE value IS 162 (63.67% from 255) = 35.45%

R = 43.98%
G = 20.57%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C95EA2 (or 0xC95EA2) is known color: Hopbush. HEX triplet: C9, 5E and A2. RGB value is (201,94,162). Sum of RGB (Red+Green+Blue) = 201+94+162=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95EA2 is #36A15D. Grayscale: #858585. Windows color (decimal): -3580254 or 10641097. OLE color: 10641097.

HSL color Cylindrical-coordinate representation of color #C95EA2: hue angle of 321.87º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95EA2 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 94 162 -
CMYK 0 0.53 0.19 0.21
HSL 321.87º 0.5% 0.58% -
HSV(B) 321.87º 0.53% 0.79% -
XYZ 34.61 23.03 36.8 -
YUV 133.75 143.95 175.97 -
System Red Green Blue C M Y K H S L
Decimal 201 94 162 0 0.53 0.19 0.21 321.87 0.5 0.58
Hex C9 5E A2 0 35 13 15 142 32 3A
Octal 311 136 242 0 65 23 25 502 62 72
Binary 11001001 1011110 10100010 0 110101 10011 10101 101000010 110010 111010

Color Harmonies of #C95EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EA2

Black with #C95EA2

Text Example


Text Example

White with #C95EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EA2; }

 p { color: rgb(201,94,162); }

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

background-color css

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

 a { background-color: rgb(201,94,162); }

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

border-color css

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

 span { border-color: rgb(201,94,162); }

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