Html Css Color HEX #C96799 Hopbush

📋 copy color: '#C96799'

red 201 ◦ green 103 ◦ blue 153

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

Shades of Hopbush #C96799

Tints of Hopbush #C96799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.54%

 BLUE value IS 153 (60.16% from 255) = 33.48%

R = 43.98%
G = 22.54%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C96799 (or 0xC96799) is known color: Hopbush. HEX triplet: C9, 67 and 99. RGB value is (201,103,153). Sum of RGB (Red+Green+Blue) = 201+103+153=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C96799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96799 is #369866. Grayscale: #898989. Windows color (decimal): -3577959 or 10053577. OLE color: 10053577.

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

Color convert

RGB 201 103 153 -
CMYK 0 0.49 0.24 0.21
HSL 329.39º 0.48% 0.6% -
HSV(B) 329.39º 0.49% 0.79% -
XYZ 34.69 24.42 33.02 -
YUV 138 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 201 103 153 0 0.49 0.24 0.21 329.39 0.48 0.6
Hex C9 67 99 0 31 18 15 149 30 3C
Octal 311 147 231 0 61 30 25 511 60 74
Binary 11001001 1100111 10011001 0 110001 11000 10101 101001001 110000 111100

Color Harmonies of #C96799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96799

Black with #C96799

Text Example


Text Example

White with #C96799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96799; }

 p { color: rgb(201,103,153); }

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

background-color css

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

 a { background-color: rgb(201,103,153); }

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

border-color css

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

 span { border-color: rgb(201,103,153); }

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