Html Css Color HEX #C96889 Hopbush

📋 copy color: '#C96889'

red 201 ◦ green 104 ◦ blue 137

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

Shades of Hopbush #C96889

Tints of Hopbush #C96889

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.53%

 BLUE value IS 137 (53.91% from 255) = 31%

R = 45.48%
G = 23.53%
B = 31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C96889 (or 0xC96889) is known color: Hopbush. HEX triplet: C9, 68 and 89. RGB value is (201,104,137). Sum of RGB (Red+Green+Blue) = 201+104+137=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C96889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96889 is #369776. Grayscale: #888888. Windows color (decimal): -3577719 or 9005257. OLE color: 9005257.

HSL color Cylindrical-coordinate representation of color #C96889: hue angle of 339.59º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C96889 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 104 137 -
CMYK 0 0.48 0.32 0.21
HSL 339.59º 0.47% 0.6% -
HSV(B) 339.59º 0.48% 0.79% -
XYZ 33.55 24.12 26.55 -
YUV 136.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 201 104 137 0 0.48 0.32 0.21 339.59 0.47 0.6
Hex C9 68 89 0 30 20 15 154 2F 3C
Octal 311 150 211 0 60 40 25 524 57 74
Binary 11001001 1101000 10001001 0 110000 100000 10101 101010100 101111 111100

Color Harmonies of #C96889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96889

Black with #C96889

Text Example


Text Example

White with #C96889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96889; }

 p { color: rgb(201,104,137); }

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

background-color css

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

 a { background-color: rgb(201,104,137); }

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

border-color css

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

 span { border-color: rgb(201,104,137); }

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