Html Css Color HEX #C97994 Hopbush

📋 copy color: '#C97994'

red 201 ◦ green 121 ◦ blue 148

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

Shades of Hopbush #C97994

Tints of Hopbush #C97994

RGB

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

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

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

R = 42.77%
G = 25.74%
B = 31.49%

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

#C97994 (or 0xC97994) is known color: Hopbush. HEX triplet: C9, 79 and 94. RGB value is (201,121,148). Sum of RGB (Red+Green+Blue) = 201+121+148=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C97994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97994 is #36866B. Grayscale: #939393. Windows color (decimal): -3573356 or 9730505. OLE color: 9730505.

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

Color convert

RGB 201 121 148 -
CMYK 0 0.40 0.26 0.21
HSL 339.75º 0.43% 0.63% -
HSV(B) 339.75º 0.4% 0.79% -
XYZ 36.27 28.23 31.55 -
YUV 148 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 201 121 148 0 0.40 0.26 0.21 339.75 0.43 0.63
Hex C9 79 94 0 28 1A 15 154 2B 3F
Octal 311 171 224 0 50 32 25 524 53 77
Binary 11001001 1111001 10010100 0 101000 11010 10101 101010100 101011 111111

Color Harmonies of #C97994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97994

Black with #C97994

Text Example


Text Example

White with #C97994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97994; }

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

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

background-color css

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

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

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

border-color css

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

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

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