Html Css Color HEX #C46685 Hopbush

📋 copy color: '#C46685'

red 196 ◦ green 102 ◦ blue 133

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

Shades of Hopbush #C46685

Tints of Hopbush #C46685

RGB

 RED value IS 196 (76.95% from 255) = 45.48%

 GREEN value IS 102 (40.23% from 255) = 23.67%

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

R = 45.48%
G = 23.67%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C46685 (or 0xC46685) is known color: Hopbush. HEX triplet: C4, 66 and 85. RGB value is (196,102,133). Sum of RGB (Red+Green+Blue) = 196+102+133=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C46685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46685 is #3B997A. Grayscale: #858585. Windows color (decimal): -3905915 or 8742596. OLE color: 8742596.

HSL color Cylindrical-coordinate representation of color #C46685: hue angle of 340.21º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46685 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 102 133 -
CMYK 0 0.48 0.32 0.23
HSL 340.21º 0.44% 0.58% -
HSV(B) 340.21º 0.48% 0.77% -
XYZ 31.75 22.93 24.94 -
YUV 133.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 196 102 133 0 0.48 0.32 0.23 340.21 0.44 0.58
Hex C4 66 85 0 30 20 17 154 2C 3A
Octal 304 146 205 0 60 40 27 524 54 72
Binary 11000100 1100110 10000101 0 110000 100000 10111 101010100 101100 111010

Color Harmonies of #C46685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46685

Black with #C46685

Text Example


Text Example

White with #C46685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46685; }

 p { color: rgb(196,102,133); }

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

background-color css

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

 a { background-color: rgb(196,102,133); }

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

border-color css

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

 span { border-color: rgb(196,102,133); }

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