Html Css Color HEX #C66988 Hopbush

📋 copy color: '#C66988'

red 198 ◦ green 105 ◦ blue 136

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

Shades of Hopbush #C66988

Tints of Hopbush #C66988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.92%

 BLUE value IS 136 (53.52% from 255) = 30.98%

R = 45.1%
G = 23.92%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C66988 (or 0xC66988) is known color: Hopbush. HEX triplet: C6, 69 and 88. RGB value is (198,105,136). Sum of RGB (Red+Green+Blue) = 198+105+136=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C66988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66988 is #399677. Grayscale: #888888. Windows color (decimal): -3774072 or 8939974. OLE color: 8939974.

HSL color Cylindrical-coordinate representation of color #C66988: hue angle of 340º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66988 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 105 136 -
CMYK 0 0.47 0.31 0.22
HSL 340º 0.45% 0.59% -
HSV(B) 340º 0.47% 0.78% -
XYZ 32.78 23.89 26.18 -
YUV 136.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 198 105 136 0 0.47 0.31 0.22 340 0.45 0.59
Hex C6 69 88 0 2F 1F 16 154 2D 3B
Octal 306 151 210 0 57 37 26 524 55 73
Binary 11000110 1101001 10001000 0 101111 11111 10110 101010100 101101 111011

Color Harmonies of #C66988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66988

Black with #C66988

Text Example


Text Example

White with #C66988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66988; }

 p { color: rgb(198,105,136); }

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

background-color css

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

 a { background-color: rgb(198,105,136); }

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

border-color css

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

 span { border-color: rgb(198,105,136); }

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