Html Css Color HEX #C04363 Blush

📋 copy color: '#C04363'

red 192 ◦ green 67 ◦ blue 99

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

Shades of Blush #C04363

Tints of Blush #C04363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.72%

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

R = 53.63%
G = 18.72%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C04363 (or 0xC04363) is known color: Blush. HEX triplet: C0, 43 and 63. RGB value is (192,67,99). Sum of RGB (Red+Green+Blue) = 192+67+99=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C04363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04363 is #3FBC9C. Grayscale: #6C6C6C. Windows color (decimal): -4177053 or 6505408. OLE color: 6505408.

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

Color convert

RGB 192 67 99 -
CMYK 0 0.65 0.48 0.25
HSL 344.64º 0.5% 0.51% -
HSV(B) 344.64º 0.65% 0.75% -
XYZ 26 16.12 13.55 -
YUV 108.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 192 67 99 0 0.65 0.48 0.25 344.64 0.5 0.51
Hex C0 43 63 0 41 30 19 159 32 33
Octal 300 103 143 0 101 60 31 531 62 63
Binary 11000000 1000011 1100011 0 1000001 110000 11001 101011001 110010 110011

Color Harmonies of #C04363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04363

Black with #C04363

Text Example


Text Example

White with #C04363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04363; }

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

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

background-color css

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

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

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

border-color css

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

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

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