Html Css Color HEX #C97394 Hopbush

📋 copy color: '#C97394'

red 201 ◦ green 115 ◦ blue 148

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

Shades of Hopbush #C97394

Tints of Hopbush #C97394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.78%

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

R = 43.32%
G = 24.78%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C97394 (or 0xC97394) is known color: Hopbush. HEX triplet: C9, 73 and 94. RGB value is (201,115,148). Sum of RGB (Red+Green+Blue) = 201+115+148=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C97394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97394 is #368C6B. Grayscale: #909090. Windows color (decimal): -3574892 or 9728969. OLE color: 9728969.

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

Color convert

RGB 201 115 148 -
CMYK 0 0.43 0.26 0.21
HSL 336.98º 0.44% 0.62% -
HSV(B) 336.98º 0.43% 0.79% -
XYZ 35.56 26.82 31.32 -
YUV 144.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 201 115 148 0 0.43 0.26 0.21 336.98 0.44 0.62
Hex C9 73 94 0 2B 1A 15 151 2C 3E
Octal 311 163 224 0 53 32 25 521 54 76
Binary 11001001 1110011 10010100 0 101011 11010 10101 101010001 101100 111110

Color Harmonies of #C97394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97394

Black with #C97394

Text Example


Text Example

White with #C97394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97394; }

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

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

background-color css

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

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

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

border-color css

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

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

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