Html Css Color HEX #C36185 Hopbush

📋 copy color: '#C36185'

red 195 ◦ green 97 ◦ blue 133

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

Shades of Hopbush #C36185

Tints of Hopbush #C36185

RGB

 RED value IS 195 (76.56% from 255) = 45.88%

 GREEN value IS 97 (38.28% from 255) = 22.82%

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

R = 45.88%
G = 22.82%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C36185 (or 0xC36185) is known color: Hopbush. HEX triplet: C3, 61 and 85. RGB value is (195,97,133). Sum of RGB (Red+Green+Blue) = 195+97+133=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C36185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36185 is #3C9E7A. Grayscale: #828282. Windows color (decimal): -3972731 or 8741315. OLE color: 8741315.

HSL color Cylindrical-coordinate representation of color #C36185: hue angle of 337.96º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36185 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 97 133 -
CMYK 0 0.50 0.32 0.24
HSL 337.96º 0.45% 0.57% -
HSV(B) 337.96º 0.5% 0.76% -
XYZ 31.01 21.84 24.77 -
YUV 130.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 195 97 133 0 0.50 0.32 0.24 337.96 0.45 0.57
Hex C3 61 85 0 32 20 18 152 2D 39
Octal 303 141 205 0 62 40 30 522 55 71
Binary 11000011 1100001 10000101 0 110010 100000 11000 101010010 101101 111001

Color Harmonies of #C36185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36185

Black with #C36185

Text Example


Text Example

White with #C36185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36185; }

 p { color: rgb(195,97,133); }

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

background-color css

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

 a { background-color: rgb(195,97,133); }

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

border-color css

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

 span { border-color: rgb(195,97,133); }

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