Html Css Color HEX #C44360 Blush

📋 copy color: '#C44360'

red 196 ◦ green 67 ◦ blue 96

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

Shades of Blush #C44360

Tints of Blush #C44360

RGB

 RED value IS 196 (76.95% from 255) = 54.6%

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

 BLUE value IS 96 (37.89% from 255) = 26.74%

R = 54.6%
G = 18.66%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C44360 (or 0xC44360) is known color: Blush. HEX triplet: C4, 43 and 60. RGB value is (196,67,96). Sum of RGB (Red+Green+Blue) = 196+67+96=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C44360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44360 is #3BBC9F. Grayscale: #6C6C6C. Windows color (decimal): -3914912 or 6308804. OLE color: 6308804.

HSL color Cylindrical-coordinate representation of color #C44360: hue angle of 346.51º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44360 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 67 96 -
CMYK 0 0.66 0.51 0.23
HSL 346.51º 0.52% 0.52% -
HSV(B) 346.51º 0.66% 0.77% -
XYZ 26.88 16.59 12.85 -
YUV 108.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 196 67 96 0 0.66 0.51 0.23 346.51 0.52 0.52
Hex C4 43 60 0 42 33 17 15B 34 34
Octal 304 103 140 0 102 63 27 533 64 64
Binary 11000100 1000011 1100000 0 1000010 110011 10111 101011011 110100 110100

Color Harmonies of #C44360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44360

Black with #C44360

Text Example


Text Example

White with #C44360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44360; }

 p { color: rgb(196,67,96); }

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

background-color css

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

 a { background-color: rgb(196,67,96); }

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

border-color css

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

 span { border-color: rgb(196,67,96); }

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