Html Css Color HEX #C97595 Hopbush

📋 copy color: '#C97595'

red 201 ◦ green 117 ◦ blue 149

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

Shades of Hopbush #C97595

Tints of Hopbush #C97595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.05%

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 43.04%
G = 25.05%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C97595 (or 0xC97595) is known color: Hopbush. HEX triplet: C9, 75 and 95. RGB value is (201,117,149). Sum of RGB (Red+Green+Blue) = 201+117+149=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C97595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97595 is #368A6A. Grayscale: #919191. Windows color (decimal): -3574379 or 9795017. OLE color: 9795017.

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

Color convert

RGB 201 117 149 -
CMYK 0 0.42 0.26 0.21
HSL 337.14º 0.44% 0.62% -
HSV(B) 337.14º 0.42% 0.79% -
XYZ 35.87 27.31 31.81 -
YUV 145.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 201 117 149 0 0.42 0.26 0.21 337.14 0.44 0.62
Hex C9 75 95 0 2A 1A 15 151 2C 3E
Octal 311 165 225 0 52 32 25 521 54 76
Binary 11001001 1110101 10010101 0 101010 11010 10101 101010001 101100 111110

Color Harmonies of #C97595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97595

Black with #C97595

Text Example


Text Example

White with #C97595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97595; }

 p { color: rgb(201,117,149); }

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

background-color css

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

 a { background-color: rgb(201,117,149); }

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

border-color css

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

 span { border-color: rgb(201,117,149); }

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