Html Css Color HEX #C05063 Blush

📋 copy color: '#C05063'

red 192 ◦ green 80 ◦ blue 99

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

Shades of Blush #C05063

Tints of Blush #C05063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

 BLUE value IS 99 (39.06% from 255) = 26.68%

R = 51.75%
G = 21.56%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C05063 (or 0xC05063) is known color: Blush. HEX triplet: C0, 50 and 63. RGB value is (192,80,99). Sum of RGB (Red+Green+Blue) = 192+80+99=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C05063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05063 is #3FAF9C. Grayscale: #737373. Windows color (decimal): -4173725 or 6508736. OLE color: 6508736.

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

Color convert

RGB 192 80 99 -
CMYK 0 0.58 0.48 0.25
HSL 349.82º 0.47% 0.53% -
HSV(B) 349.82º 0.58% 0.75% -
XYZ 26.86 17.84 13.83 -
YUV 115.65 118.61 182.46 -
System Red Green Blue C M Y K H S L
Decimal 192 80 99 0 0.58 0.48 0.25 349.82 0.47 0.53
Hex C0 50 63 0 3A 30 19 15E 2F 35
Octal 300 120 143 0 72 60 31 536 57 65
Binary 11000000 1010000 1100011 0 111010 110000 11001 101011110 101111 110101

Color Harmonies of #C05063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05063

Black with #C05063

Text Example


Text Example

White with #C05063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05063; }

 p { color: rgb(192,80,99); }

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

background-color css

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

 a { background-color: rgb(192,80,99); }

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

border-color css

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

 span { border-color: rgb(192,80,99); }

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