Html Css Color HEX #C96194 Hopbush

📋 copy color: '#C96194'

red 201 ◦ green 97 ◦ blue 148

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

Shades of Hopbush #C96194

Tints of Hopbush #C96194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.75%

 BLUE value IS 148 (58.2% from 255) = 33.18%

R = 45.07%
G = 21.75%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C96194 (or 0xC96194) is known color: Hopbush. HEX triplet: C9, 61 and 94. RGB value is (201,97,148). Sum of RGB (Red+Green+Blue) = 201+97+148=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C96194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96194 is #369E6B. Grayscale: #858585. Windows color (decimal): -3579500 or 9724361. OLE color: 9724361.

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

Color convert

RGB 201 97 148 -
CMYK 0 0.52 0.26 0.21
HSL 330.58º 0.49% 0.58% -
HSV(B) 330.58º 0.52% 0.79% -
XYZ 33.71 23.11 30.7 -
YUV 133.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 201 97 148 0 0.52 0.26 0.21 330.58 0.49 0.58
Hex C9 61 94 0 34 1A 15 14B 31 3A
Octal 311 141 224 0 64 32 25 513 61 72
Binary 11001001 1100001 10010100 0 110100 11010 10101 101001011 110001 111010

Color Harmonies of #C96194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96194

Black with #C96194

Text Example


Text Example

White with #C96194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96194; }

 p { color: rgb(201,97,148); }

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

background-color css

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

 a { background-color: rgb(201,97,148); }

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

border-color css

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

 span { border-color: rgb(201,97,148); }

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