Html Css Color HEX #C97493 Hopbush

📋 copy color: '#C97493'

red 201 ◦ green 116 ◦ blue 147

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

Shades of Hopbush #C97493

Tints of Hopbush #C97493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 43.32%
G = 25%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C97493 (or 0xC97493) is known color: Hopbush. HEX triplet: C9, 74 and 93. RGB value is (201,116,147). Sum of RGB (Red+Green+Blue) = 201+116+147=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C97493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97493 is #368B6C. Grayscale: #909090. Windows color (decimal): -3574637 or 9663689. OLE color: 9663689.

HSL color Cylindrical-coordinate representation of color #C97493: hue angle of 338.12º 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 #C97493 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 116 147 -
CMYK 0 0.42 0.27 0.21
HSL 338.12º 0.44% 0.62% -
HSV(B) 338.12º 0.42% 0.79% -
XYZ 35.6 27.01 30.94 -
YUV 144.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 201 116 147 0 0.42 0.27 0.21 338.12 0.44 0.62
Hex C9 74 93 0 2A 1B 15 152 2C 3E
Octal 311 164 223 0 52 33 25 522 54 76
Binary 11001001 1110100 10010011 0 101010 11011 10101 101010010 101100 111110

Color Harmonies of #C97493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97493

Black with #C97493

Text Example


Text Example

White with #C97493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97493; }

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

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

background-color css

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

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

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

border-color css

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

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

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