Html Css Color HEX #C67294 Hopbush

📋 copy color: '#C67294'

red 198 ◦ green 114 ◦ blue 148

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

Shades of Hopbush #C67294

Tints of Hopbush #C67294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.78%

 BLUE value IS 148 (58.2% from 255) = 32.17%

R = 43.04%
G = 24.78%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C67294 (or 0xC67294) is known color: Hopbush. HEX triplet: C6, 72 and 94. RGB value is (198,114,148). Sum of RGB (Red+Green+Blue) = 198+114+148=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C67294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67294 is #398D6B. Grayscale: #8E8E8E. Windows color (decimal): -3771756 or 9728710. OLE color: 9728710.

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

Color convert

RGB 198 114 148 -
CMYK 0 0.42 0.25 0.22
HSL 335.71º 0.42% 0.61% -
HSV(B) 335.71º 0.42% 0.78% -
XYZ 34.65 26.18 31.24 -
YUV 142.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 198 114 148 0 0.42 0.25 0.22 335.71 0.42 0.61
Hex C6 72 94 0 2A 19 16 150 2A 3D
Octal 306 162 224 0 52 31 26 520 52 75
Binary 11000110 1110010 10010100 0 101010 11001 10110 101010000 101010 111101

Color Harmonies of #C67294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67294

Black with #C67294

Text Example


Text Example

White with #C67294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67294; }

 p { color: rgb(198,114,148); }

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

background-color css

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

 a { background-color: rgb(198,114,148); }

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

border-color css

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

 span { border-color: rgb(198,114,148); }

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