Html Css Color HEX #C06297 Hopbush

📋 copy color: '#C06297'

red 192 ◦ green 98 ◦ blue 151

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

Shades of Hopbush #C06297

Tints of Hopbush #C06297

RGB

 RED value IS 192 (75.39% from 255) = 43.54%

 GREEN value IS 98 (38.67% from 255) = 22.22%

 BLUE value IS 151 (59.38% from 255) = 34.24%

R = 43.54%
G = 22.22%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C06297 (or 0xC06297) is known color: Hopbush. HEX triplet: C0, 62 and 97. RGB value is (192,98,151). Sum of RGB (Red+Green+Blue) = 192+98+151=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C06297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06297 is #3F9D68. Grayscale: #848484. Windows color (decimal): -4169065 or 9921216. OLE color: 9921216.

HSL color Cylindrical-coordinate representation of color #C06297: hue angle of 326.17º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06297 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 98 151 -
CMYK 0 0.49 0.21 0.25
HSL 326.17º 0.43% 0.57% -
HSV(B) 326.17º 0.49% 0.75% -
XYZ 31.69 22.18 31.89 -
YUV 132.15 138.64 170.69 -
System Red Green Blue C M Y K H S L
Decimal 192 98 151 0 0.49 0.21 0.25 326.17 0.43 0.57
Hex C0 62 97 0 31 15 19 146 2B 39
Octal 300 142 227 0 61 25 31 506 53 71
Binary 11000000 1100010 10010111 0 110001 10101 11001 101000110 101011 111001

Color Harmonies of #C06297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06297

Black with #C06297

Text Example


Text Example

White with #C06297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06297; }

 p { color: rgb(192,98,151); }

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

background-color css

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

 a { background-color: rgb(192,98,151); }

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

border-color css

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

 span { border-color: rgb(192,98,151); }

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