Html Css Color HEX #C97498 Hopbush

📋 copy color: '#C97498'

red 201 ◦ green 116 ◦ blue 152

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

Shades of Hopbush #C97498

Tints of Hopbush #C97498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.73%

 BLUE value IS 152 (59.77% from 255) = 32.41%

R = 42.86%
G = 24.73%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C97498 (or 0xC97498) is known color: Hopbush. HEX triplet: C9, 74 and 98. RGB value is (201,116,152). Sum of RGB (Red+Green+Blue) = 201+116+152=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C97498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97498 is #368B67. Grayscale: #919191. Windows color (decimal): -3574632 or 9991369. OLE color: 9991369.

HSL color Cylindrical-coordinate representation of color #C97498: hue angle of 334.59º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97498 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 116 152 -
CMYK 0 0.42 0.24 0.21
HSL 334.59º 0.44% 0.62% -
HSV(B) 334.59º 0.42% 0.79% -
XYZ 36 27.18 33.05 -
YUV 145.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 201 116 152 0 0.42 0.24 0.21 334.59 0.44 0.62
Hex C9 74 98 0 2A 18 15 14F 2C 3E
Octal 311 164 230 0 52 30 25 517 54 76
Binary 11001001 1110100 10011000 0 101010 11000 10101 101001111 101100 111110

Color Harmonies of #C97498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97498

Black with #C97498

Text Example


Text Example

White with #C97498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97498; }

 p { color: rgb(201,116,152); }

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

background-color css

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

 a { background-color: rgb(201,116,152); }

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

border-color css

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

 span { border-color: rgb(201,116,152); }

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