Html Css Color HEX #C96084 Hopbush

📋 copy color: '#C96084'

red 201 ◦ green 96 ◦ blue 132

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

Shades of Hopbush #C96084

Tints of Hopbush #C96084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.38%

 BLUE value IS 132 (51.95% from 255) = 30.77%

R = 46.85%
G = 22.38%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C96084 (or 0xC96084) is known color: Hopbush. HEX triplet: C9, 60 and 84. RGB value is (201,96,132). Sum of RGB (Red+Green+Blue) = 201+96+132=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C96084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96084 is #369F7B. Grayscale: #838383. Windows color (decimal): -3579772 or 8675529. OLE color: 8675529.

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

Color convert

RGB 201 96 132 -
CMYK 0 0.52 0.34 0.21
HSL 339.43º 0.49% 0.58% -
HSV(B) 339.43º 0.52% 0.79% -
XYZ 32.44 22.45 24.45 -
YUV 131.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 201 96 132 0 0.52 0.34 0.21 339.43 0.49 0.58
Hex C9 60 84 0 34 22 15 153 31 3A
Octal 311 140 204 0 64 42 25 523 61 72
Binary 11001001 1100000 10000100 0 110100 100010 10101 101010011 110001 111010

Color Harmonies of #C96084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96084

Black with #C96084

Text Example


Text Example

White with #C96084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96084; }

 p { color: rgb(201,96,132); }

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

background-color css

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

 a { background-color: rgb(201,96,132); }

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

border-color css

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

 span { border-color: rgb(201,96,132); }

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