Html Css Color HEX #C96688 Hopbush

📋 copy color: '#C96688'

red 201 ◦ green 102 ◦ blue 136

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

Shades of Hopbush #C96688

Tints of Hopbush #C96688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.23%

 BLUE value IS 136 (53.52% from 255) = 30.98%

R = 45.79%
G = 23.23%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C96688 (or 0xC96688) is known color: Hopbush. HEX triplet: C9, 66 and 88. RGB value is (201,102,136). Sum of RGB (Red+Green+Blue) = 201+102+136=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C96688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96688 is #369977. Grayscale: #878787. Windows color (decimal): -3578232 or 8939209. OLE color: 8939209.

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

Color convert

RGB 201 102 136 -
CMYK 0 0.49 0.32 0.21
HSL 339.39º 0.48% 0.59% -
HSV(B) 339.39º 0.49% 0.79% -
XYZ 33.28 23.7 26.11 -
YUV 135.48 128.3 174.74 -
System Red Green Blue C M Y K H S L
Decimal 201 102 136 0 0.49 0.32 0.21 339.39 0.48 0.59
Hex C9 66 88 0 31 20 15 153 30 3B
Octal 311 146 210 0 61 40 25 523 60 73
Binary 11001001 1100110 10001000 0 110001 100000 10101 101010011 110000 111011

Color Harmonies of #C96688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96688

Black with #C96688

Text Example


Text Example

White with #C96688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96688; }

 p { color: rgb(201,102,136); }

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

background-color css

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

 a { background-color: rgb(201,102,136); }

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

border-color css

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

 span { border-color: rgb(201,102,136); }

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