Html Css Color HEX #C04361 Blush

📋 copy color: '#C04361'

red 192 ◦ green 67 ◦ blue 97

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

Shades of Blush #C04361

Tints of Blush #C04361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.25%

R = 53.93%
G = 18.82%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C04361 (or 0xC04361) is known color: Blush. HEX triplet: C0, 43 and 61. RGB value is (192,67,97). Sum of RGB (Red+Green+Blue) = 192+67+97=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C04361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04361 is #3FBC9E. Grayscale: #6B6B6B. Windows color (decimal): -4177055 or 6374336. OLE color: 6374336.

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

Color convert

RGB 192 67 97 -
CMYK 0 0.65 0.49 0.25
HSL 345.6º 0.5% 0.51% -
HSV(B) 345.6º 0.65% 0.75% -
XYZ 25.9 16.08 13.05 -
YUV 107.8 121.91 188.06 -
System Red Green Blue C M Y K H S L
Decimal 192 67 97 0 0.65 0.49 0.25 345.6 0.5 0.51
Hex C0 43 61 0 41 31 19 15A 32 33
Octal 300 103 141 0 101 61 31 532 62 63
Binary 11000000 1000011 1100001 0 1000001 110001 11001 101011010 110010 110011

Color Harmonies of #C04361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04361

Black with #C04361

Text Example


Text Example

White with #C04361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04361; }

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

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

background-color css

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

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

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

border-color css

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

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

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