Html Css Color HEX #C97995 Hopbush

📋 copy color: '#C97995'

red 201 ◦ green 121 ◦ blue 149

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

Shades of Hopbush #C97995

Tints of Hopbush #C97995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.69%

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

R = 42.68%
G = 25.69%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C97995 (or 0xC97995) is known color: Hopbush. HEX triplet: C9, 79 and 95. RGB value is (201,121,149). Sum of RGB (Red+Green+Blue) = 201+121+149=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C97995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97995 is #36866A. Grayscale: #949494. Windows color (decimal): -3573355 or 9796041. OLE color: 9796041.

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

Color convert

RGB 201 121 149 -
CMYK 0 0.40 0.26 0.21
HSL 339º 0.43% 0.63% -
HSV(B) 339º 0.4% 0.79% -
XYZ 36.35 28.26 31.97 -
YUV 148.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 201 121 149 0 0.40 0.26 0.21 339 0.43 0.63
Hex C9 79 95 0 28 1A 15 153 2B 3F
Octal 311 171 225 0 50 32 25 523 53 77
Binary 11001001 1111001 10010101 0 101000 11010 10101 101010011 101011 111111

Color Harmonies of #C97995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97995

Black with #C97995

Text Example


Text Example

White with #C97995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97995; }

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

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

background-color css

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

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

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

border-color css

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

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

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