Html Css Color HEX #C96893 Hopbush

📋 copy color: '#C96893'

red 201 ◦ green 104 ◦ blue 147

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

Shades of Hopbush #C96893

Tints of Hopbush #C96893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.52%

R = 44.47%
G = 23.01%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C96893 (or 0xC96893) is known color: Hopbush. HEX triplet: C9, 68 and 93. RGB value is (201,104,147). Sum of RGB (Red+Green+Blue) = 201+104+147=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C96893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96893 is #36976C. Grayscale: #898989. Windows color (decimal): -3577709 or 9660617. OLE color: 9660617.

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

Color convert

RGB 201 104 147 -
CMYK 0 0.48 0.27 0.21
HSL 333.4º 0.47% 0.6% -
HSV(B) 333.4º 0.48% 0.79% -
XYZ 34.3 24.42 30.51 -
YUV 137.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 201 104 147 0 0.48 0.27 0.21 333.4 0.47 0.6
Hex C9 68 93 0 30 1B 15 14D 2F 3C
Octal 311 150 223 0 60 33 25 515 57 74
Binary 11001001 1101000 10010011 0 110000 11011 10101 101001101 101111 111100

Color Harmonies of #C96893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96893

Black with #C96893

Text Example


Text Example

White with #C96893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96893; }

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

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

background-color css

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

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

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

border-color css

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

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

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