Html Css Color HEX #C96085 Hopbush

📋 copy color: '#C96085'

red 201 ◦ green 96 ◦ blue 133

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

Shades of Hopbush #C96085

Tints of Hopbush #C96085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.93%

R = 46.74%
G = 22.33%
B = 30.93%

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

#C96085 (or 0xC96085) is known color: Hopbush. HEX triplet: C9, 60 and 85. RGB value is (201,96,133). Sum of RGB (Red+Green+Blue) = 201+96+133=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C96085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96085 is #369F7A. Grayscale: #838383. Windows color (decimal): -3579771 or 8741065. OLE color: 8741065.

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

Color convert

RGB 201 96 133 -
CMYK 0 0.52 0.34 0.21
HSL 338.86º 0.49% 0.58% -
HSV(B) 338.86º 0.52% 0.79% -
XYZ 32.5 22.48 24.82 -
YUV 131.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 201 96 133 0 0.52 0.34 0.21 338.86 0.49 0.58
Hex C9 60 85 0 34 22 15 153 31 3A
Octal 311 140 205 0 64 42 25 523 61 72
Binary 11001001 1100000 10000101 0 110100 100010 10101 101010011 110001 111010

Color Harmonies of #C96085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96085

Black with #C96085

Text Example


Text Example

White with #C96085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96085; }

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

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

background-color css

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

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

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

border-color css

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

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

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