Html Css Color HEX #C67096 Hopbush

📋 copy color: '#C67096'

red 198 ◦ green 112 ◦ blue 150

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

Shades of Hopbush #C67096

Tints of Hopbush #C67096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.35%

 BLUE value IS 150 (58.98% from 255) = 32.61%

R = 43.04%
G = 24.35%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C67096 (or 0xC67096) is known color: Hopbush. HEX triplet: C6, 70 and 96. RGB value is (198,112,150). Sum of RGB (Red+Green+Blue) = 198+112+150=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C67096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67096 is #398F69. Grayscale: #8D8D8D. Windows color (decimal): -3772266 or 9859270. OLE color: 9859270.

HSL color Cylindrical-coordinate representation of color #C67096: hue angle of 333.49º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C67096 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 150 -
CMYK 0 0.43 0.24 0.22
HSL 333.49º 0.43% 0.61% -
HSV(B) 333.49º 0.43% 0.78% -
XYZ 34.59 25.8 32.01 -
YUV 142.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 198 112 150 0 0.43 0.24 0.22 333.49 0.43 0.61
Hex C6 70 96 0 2B 18 16 14D 2B 3D
Octal 306 160 226 0 53 30 26 515 53 75
Binary 11000110 1110000 10010110 0 101011 11000 10110 101001101 101011 111101

Color Harmonies of #C67096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67096

Black with #C67096

Text Example


Text Example

White with #C67096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67096; }

 p { color: rgb(198,112,150); }

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

background-color css

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

 a { background-color: rgb(198,112,150); }

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

border-color css

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

 span { border-color: rgb(198,112,150); }

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