Html Css Color HEX #C06288 Hopbush

📋 copy color: '#C06288'

red 192 ◦ green 98 ◦ blue 136

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

Shades of Hopbush #C06288

Tints of Hopbush #C06288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 45.07%
G = 23%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C06288 (or 0xC06288) is known color: Hopbush. HEX triplet: C0, 62 and 88. RGB value is (192,98,136). Sum of RGB (Red+Green+Blue) = 192+98+136=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C06288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06288 is #3F9D77. Grayscale: #828282. Windows color (decimal): -4169080 or 8938176. OLE color: 8938176.

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

Color convert

RGB 192 98 136 -
CMYK 0 0.49 0.29 0.25
HSL 335.74º 0.43% 0.57% -
HSV(B) 335.74º 0.49% 0.75% -
XYZ 30.55 21.72 25.87 -
YUV 130.44 131.14 171.91 -
System Red Green Blue C M Y K H S L
Decimal 192 98 136 0 0.49 0.29 0.25 335.74 0.43 0.57
Hex C0 62 88 0 31 1D 19 150 2B 39
Octal 300 142 210 0 61 35 31 520 53 71
Binary 11000000 1100010 10001000 0 110001 11101 11001 101010000 101011 111001

Color Harmonies of #C06288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06288

Black with #C06288

Text Example


Text Example

White with #C06288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06288; }

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

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

background-color css

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

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

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

border-color css

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

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

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