Html Css Color HEX #C44260 Blush

📋 copy color: '#C44260'

red 196 ◦ green 66 ◦ blue 96

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

Shades of Blush #C44260

Tints of Blush #C44260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.44%

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

R = 54.75%
G = 18.44%
B = 26.82%

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

#C44260 (or 0xC44260) is known color: Blush. HEX triplet: C4, 42 and 60. RGB value is (196,66,96). Sum of RGB (Red+Green+Blue) = 196+66+96=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C44260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44260 is #3BBD9F. Grayscale: #6C6C6C. Windows color (decimal): -3915168 or 6308548. OLE color: 6308548.

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

Color convert

RGB 196 66 96 -
CMYK 0 0.66 0.51 0.23
HSL 346.15º 0.52% 0.51% -
HSV(B) 346.15º 0.66% 0.77% -
XYZ 26.82 16.48 12.83 -
YUV 108.29 121.07 190.56 -
System Red Green Blue C M Y K H S L
Decimal 196 66 96 0 0.66 0.51 0.23 346.15 0.52 0.51
Hex C4 42 60 0 42 33 17 15A 34 33
Octal 304 102 140 0 102 63 27 532 64 63
Binary 11000100 1000010 1100000 0 1000010 110011 10111 101011010 110100 110011

Color Harmonies of #C44260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44260

Black with #C44260

Text Example


Text Example

White with #C44260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44260; }

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

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

background-color css

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

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

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

border-color css

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

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

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