Html Css Color HEX #C06291 Hopbush

📋 copy color: '#C06291'

red 192 ◦ green 98 ◦ blue 145

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

Shades of Hopbush #C06291

Tints of Hopbush #C06291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.33%

R = 44.14%
G = 22.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C06291 (or 0xC06291) is known color: Hopbush. HEX triplet: C0, 62 and 91. RGB value is (192,98,145). Sum of RGB (Red+Green+Blue) = 192+98+145=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C06291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06291 is #3F9D6E. Grayscale: #838383. Windows color (decimal): -4169071 or 9528000. OLE color: 9528000.

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

Color convert

RGB 192 98 145 -
CMYK 0 0.49 0.24 0.25
HSL 330º 0.43% 0.57% -
HSV(B) 330º 0.49% 0.75% -
XYZ 31.22 21.99 29.39 -
YUV 131.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 192 98 145 0 0.49 0.24 0.25 330 0.43 0.57
Hex C0 62 91 0 31 18 19 14A 2B 39
Octal 300 142 221 0 61 30 31 512 53 71
Binary 11000000 1100010 10010001 0 110001 11000 11001 101001010 101011 111001

Color Harmonies of #C06291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06291

Black with #C06291

Text Example


Text Example

White with #C06291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06291; }

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

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

background-color css

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

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

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

border-color css

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

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

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