Html Css Color HEX #C66995 Hopbush

📋 copy color: '#C66995'

red 198 ◦ green 105 ◦ blue 149

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

Shades of Hopbush #C66995

Tints of Hopbush #C66995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 43.81%
G = 23.23%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C66995 (or 0xC66995) is known color: Hopbush. HEX triplet: C6, 69 and 95. RGB value is (198,105,149). Sum of RGB (Red+Green+Blue) = 198+105+149=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C66995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66995 is #39966A. Grayscale: #898989. Windows color (decimal): -3774059 or 9791942. OLE color: 9791942.

HSL color Cylindrical-coordinate representation of color #C66995: hue angle of 331.61º 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 #C66995 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 105 149 -
CMYK 0 0.47 0.25 0.22
HSL 331.61º 0.45% 0.59% -
HSV(B) 331.61º 0.47% 0.78% -
XYZ 33.77 24.28 31.34 -
YUV 137.82 134.31 170.92 -
System Red Green Blue C M Y K H S L
Decimal 198 105 149 0 0.47 0.25 0.22 331.61 0.45 0.59
Hex C6 69 95 0 2F 19 16 14C 2D 3B
Octal 306 151 225 0 57 31 26 514 55 73
Binary 11000110 1101001 10010101 0 101111 11001 10110 101001100 101101 111011

Color Harmonies of #C66995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66995

Black with #C66995

Text Example


Text Example

White with #C66995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66995; }

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

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

background-color css

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

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

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

border-color css

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

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

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