Html Css Color HEX #C96081 Hopbush

📋 copy color: '#C96081'

red 201 ◦ green 96 ◦ blue 129

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

Shades of Hopbush #C96081

Tints of Hopbush #C96081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.28%

R = 47.18%
G = 22.54%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C96081 (or 0xC96081) is known color: Hopbush. HEX triplet: C9, 60 and 81. RGB value is (201,96,129). Sum of RGB (Red+Green+Blue) = 201+96+129=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C96081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96081 is #369F7E. Grayscale: #838383. Windows color (decimal): -3579775 or 8478921. OLE color: 8478921.

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

Color convert

RGB 201 96 129 -
CMYK 0 0.52 0.36 0.21
HSL 341.14º 0.49% 0.58% -
HSV(B) 341.14º 0.52% 0.79% -
XYZ 32.23 22.37 23.39 -
YUV 131.16 126.79 177.82 -
System Red Green Blue C M Y K H S L
Decimal 201 96 129 0 0.52 0.36 0.21 341.14 0.49 0.58
Hex C9 60 81 0 34 24 15 155 31 3A
Octal 311 140 201 0 64 44 25 525 61 72
Binary 11001001 1100000 10000001 0 110100 100100 10101 101010101 110001 111010

Color Harmonies of #C96081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96081

Black with #C96081

Text Example


Text Example

White with #C96081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96081; }

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

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

background-color css

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

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

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

border-color css

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

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

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