Html Css Color HEX #C06488 Hopbush

📋 copy color: '#C06488'

red 192 ◦ green 100 ◦ blue 136

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

Shades of Hopbush #C06488

Tints of Hopbush #C06488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.36%

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

R = 44.86%
G = 23.36%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C06488 (or 0xC06488) is known color: Hopbush. HEX triplet: C0, 64 and 88. RGB value is (192,100,136). Sum of RGB (Red+Green+Blue) = 192+100+136=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C06488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06488 is #3F9B77. Grayscale: #838383. Windows color (decimal): -4168568 or 8938688. OLE color: 8938688.

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

Color convert

RGB 192 100 136 -
CMYK 0 0.48 0.29 0.25
HSL 336.52º 0.42% 0.57% -
HSV(B) 336.52º 0.48% 0.75% -
XYZ 30.74 22.1 25.94 -
YUV 131.61 130.48 171.07 -
System Red Green Blue C M Y K H S L
Decimal 192 100 136 0 0.48 0.29 0.25 336.52 0.42 0.57
Hex C0 64 88 0 30 1D 19 151 2A 39
Octal 300 144 210 0 60 35 31 521 52 71
Binary 11000000 1100100 10001000 0 110000 11101 11001 101010001 101010 111001

Color Harmonies of #C06488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06488

Black with #C06488

Text Example


Text Example

White with #C06488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06488; }

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

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

background-color css

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

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

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

border-color css

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

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

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