Html Css Color HEX #C04368 Blush

📋 copy color: '#C04368'

red 192 ◦ green 67 ◦ blue 104

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

Shades of Blush #C04368

Tints of Blush #C04368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 52.89%
G = 18.46%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C04368 (or 0xC04368) is known color: Blush. HEX triplet: C0, 43 and 68. RGB value is (192,67,104). Sum of RGB (Red+Green+Blue) = 192+67+104=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C04368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04368 is #3FBC97. Grayscale: #6C6C6C. Windows color (decimal): -4177048 or 6833088. OLE color: 6833088.

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

Color convert

RGB 192 67 104 -
CMYK 0 0.65 0.46 0.25
HSL 342.24º 0.5% 0.51% -
HSV(B) 342.24º 0.65% 0.75% -
XYZ 26.24 16.22 14.84 -
YUV 108.59 125.41 187.49 -
System Red Green Blue C M Y K H S L
Decimal 192 67 104 0 0.65 0.46 0.25 342.24 0.5 0.51
Hex C0 43 68 0 41 2E 19 156 32 33
Octal 300 103 150 0 101 56 31 526 62 63
Binary 11000000 1000011 1101000 0 1000001 101110 11001 101010110 110010 110011

Color Harmonies of #C04368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04368

Black with #C04368

Text Example


Text Example

White with #C04368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04368; }

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

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

background-color css

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

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

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

border-color css

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

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

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