Html Css Color HEX #C06993 Hopbush

📋 copy color: '#C06993'

red 192 ◦ green 105 ◦ blue 147

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

Shades of Hopbush #C06993

Tints of Hopbush #C06993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.65%

 BLUE value IS 147 (57.81% from 255) = 33.11%

R = 43.24%
G = 23.65%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C06993 (or 0xC06993) is known color: Hopbush. HEX triplet: C0, 69 and 93. RGB value is (192,105,147). Sum of RGB (Red+Green+Blue) = 192+105+147=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C06993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06993 is #3F966C. Grayscale: #878787. Windows color (decimal): -4167277 or 9660864. OLE color: 9660864.

HSL color Cylindrical-coordinate representation of color #C06993: hue angle of 331.03º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06993 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 105 147 -
CMYK 0 0.45 0.23 0.25
HSL 331.03º 0.41% 0.58% -
HSV(B) 331.03º 0.45% 0.75% -
XYZ 32.06 23.42 30.43 -
YUV 135.8 134.32 168.08 -
System Red Green Blue C M Y K H S L
Decimal 192 105 147 0 0.45 0.23 0.25 331.03 0.41 0.58
Hex C0 69 93 0 2D 17 19 14B 29 3A
Octal 300 151 223 0 55 27 31 513 51 72
Binary 11000000 1101001 10010011 0 101101 10111 11001 101001011 101001 111010

Color Harmonies of #C06993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06993

Black with #C06993

Text Example


Text Example

White with #C06993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06993; }

 p { color: rgb(192,105,147); }

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

background-color css

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

 a { background-color: rgb(192,105,147); }

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

border-color css

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

 span { border-color: rgb(192,105,147); }

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