Html Css Color HEX #C04364 Blush

📋 copy color: '#C04364'

red 192 ◦ green 67 ◦ blue 100

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

Shades of Blush #C04364

Tints of Blush #C04364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.86%

R = 53.48%
G = 18.66%
B = 27.86%

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

#C04364 (or 0xC04364) is known color: Blush. HEX triplet: C0, 43 and 64. RGB value is (192,67,100). Sum of RGB (Red+Green+Blue) = 192+67+100=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C04364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04364 is #3FBC9B. Grayscale: #6C6C6C. Windows color (decimal): -4177052 or 6570944. OLE color: 6570944.

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

Color convert

RGB 192 67 100 -
CMYK 0 0.65 0.48 0.25
HSL 344.16º 0.5% 0.51% -
HSV(B) 344.16º 0.65% 0.75% -
XYZ 26.05 16.14 13.8 -
YUV 108.14 123.41 187.82 -
System Red Green Blue C M Y K H S L
Decimal 192 67 100 0 0.65 0.48 0.25 344.16 0.5 0.51
Hex C0 43 64 0 41 30 19 158 32 33
Octal 300 103 144 0 101 60 31 530 62 63
Binary 11000000 1000011 1100100 0 1000001 110000 11001 101011000 110010 110011

Color Harmonies of #C04364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04364

Black with #C04364

Text Example


Text Example

White with #C04364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04364; }

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

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

background-color css

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

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

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

border-color css

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

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

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