Html Css Color HEX #C96083 Hopbush

📋 copy color: '#C96083'

red 201 ◦ green 96 ◦ blue 131

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

Shades of Hopbush #C96083

Tints of Hopbush #C96083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.61%

R = 46.96%
G = 22.43%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C96083 (or 0xC96083) is known color: Hopbush. HEX triplet: C9, 60 and 83. RGB value is (201,96,131). Sum of RGB (Red+Green+Blue) = 201+96+131=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C96083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96083 is #369F7C. Grayscale: #838383. Windows color (decimal): -3579773 or 8609993. OLE color: 8609993.

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

Color convert

RGB 201 96 131 -
CMYK 0 0.52 0.35 0.21
HSL 340º 0.49% 0.58% -
HSV(B) 340º 0.52% 0.79% -
XYZ 32.37 22.42 24.09 -
YUV 131.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 201 96 131 0 0.52 0.35 0.21 340 0.49 0.58
Hex C9 60 83 0 34 23 15 154 31 3A
Octal 311 140 203 0 64 43 25 524 61 72
Binary 11001001 1100000 10000011 0 110100 100011 10101 101010100 110001 111010

Color Harmonies of #C96083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96083

Black with #C96083

Text Example


Text Example

White with #C96083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96083; }

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

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

background-color css

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

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

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

border-color css

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

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

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