Html Css Color HEX #C97290 Hopbush

📋 copy color: '#C97290'

red 201 ◦ green 114 ◦ blue 144

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

Shades of Hopbush #C97290

Tints of Hopbush #C97290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.84%

 BLUE value IS 144 (56.64% from 255) = 31.37%

R = 43.79%
G = 24.84%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C97290 (or 0xC97290) is known color: Hopbush. HEX triplet: C9, 72 and 90. RGB value is (201,114,144). Sum of RGB (Red+Green+Blue) = 201+114+144=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C97290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97290 is #368D6F. Grayscale: #8F8F8F. Windows color (decimal): -3575152 or 9466569. OLE color: 9466569.

HSL color Cylindrical-coordinate representation of color #C97290: hue angle of 339.31º degrees, saturation: 0.45, 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 #C97290 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 114 144 -
CMYK 0 0.43 0.28 0.21
HSL 339.31º 0.45% 0.62% -
HSV(B) 339.31º 0.43% 0.79% -
XYZ 35.14 26.47 29.64 -
YUV 143.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 201 114 144 0 0.43 0.28 0.21 339.31 0.45 0.62
Hex C9 72 90 0 2B 1C 15 153 2D 3E
Octal 311 162 220 0 53 34 25 523 55 76
Binary 11001001 1110010 10010000 0 101011 11100 10101 101010011 101101 111110

Color Harmonies of #C97290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97290

Black with #C97290

Text Example


Text Example

White with #C97290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97290; }

 p { color: rgb(201,114,144); }

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

background-color css

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

 a { background-color: rgb(201,114,144); }

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

border-color css

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

 span { border-color: rgb(201,114,144); }

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