Html Css Color HEX #C04463 Blush

📋 copy color: '#C04463'

red 192 ◦ green 68 ◦ blue 99

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

Shades of Blush #C04463

Tints of Blush #C04463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.94%

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

R = 53.48%
G = 18.94%
B = 27.58%

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

#C04463 (or 0xC04463) is known color: Blush. HEX triplet: C0, 44 and 63. RGB value is (192,68,99). Sum of RGB (Red+Green+Blue) = 192+68+99=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C04463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04463 is #3FBB9C. Grayscale: #6C6C6C. Windows color (decimal): -4176797 or 6505664. OLE color: 6505664.

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

Color convert

RGB 192 68 99 -
CMYK 0 0.65 0.48 0.25
HSL 345º 0.5% 0.51% -
HSV(B) 345º 0.65% 0.75% -
XYZ 26.06 16.24 13.57 -
YUV 108.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 192 68 99 0 0.65 0.48 0.25 345 0.5 0.51
Hex C0 44 63 0 41 30 19 159 32 33
Octal 300 104 143 0 101 60 31 531 62 63
Binary 11000000 1000100 1100011 0 1000001 110000 11001 101011001 110010 110011

Color Harmonies of #C04463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04463

Black with #C04463

Text Example


Text Example

White with #C04463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04463; }

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

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

background-color css

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

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

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

border-color css

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

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

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