Html Css Color HEX #C66485 Hopbush

📋 copy color: '#C66485'

red 198 ◦ green 100 ◦ blue 133

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

Shades of Hopbush #C66485

Tints of Hopbush #C66485

RGB

 RED value IS 198 (77.73% from 255) = 45.94%

 GREEN value IS 100 (39.45% from 255) = 23.2%

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

R = 45.94%
G = 23.2%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C66485 (or 0xC66485) is known color: Hopbush. HEX triplet: C6, 64 and 85. RGB value is (198,100,133). Sum of RGB (Red+Green+Blue) = 198+100+133=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C66485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66485 is #399B7A. Grayscale: #858585. Windows color (decimal): -3775355 or 8742086. OLE color: 8742086.

HSL color Cylindrical-coordinate representation of color #C66485: hue angle of 339.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66485 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 100 133 -
CMYK 0 0.49 0.33 0.22
HSL 339.8º 0.46% 0.58% -
HSV(B) 339.8º 0.49% 0.78% -
XYZ 32.08 22.81 24.9 -
YUV 133.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 198 100 133 0 0.49 0.33 0.22 339.8 0.46 0.58
Hex C6 64 85 0 31 21 16 154 2E 3A
Octal 306 144 205 0 61 41 26 524 56 72
Binary 11000110 1100100 10000101 0 110001 100001 10110 101010100 101110 111010

Color Harmonies of #C66485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66485

Black with #C66485

Text Example


Text Example

White with #C66485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66485; }

 p { color: rgb(198,100,133); }

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

background-color css

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

 a { background-color: rgb(198,100,133); }

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

border-color css

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

 span { border-color: rgb(198,100,133); }

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