Html Css Color HEX #C44061 Blush

📋 copy color: '#C44061'

red 196 ◦ green 64 ◦ blue 97

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

Shades of Blush #C44061

Tints of Blush #C44061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

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

R = 54.9%
G = 17.93%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C44061 (or 0xC44061) is known color: Blush. HEX triplet: C4, 40 and 61. RGB value is (196,64,97). Sum of RGB (Red+Green+Blue) = 196+64+97=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C44061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44061 is #3BBF9E. Grayscale: #6B6B6B. Windows color (decimal): -3915679 or 6373572. OLE color: 6373572.

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

Color convert

RGB 196 64 97 -
CMYK 0 0.67 0.51 0.23
HSL 345º 0.53% 0.51% -
HSV(B) 345º 0.67% 0.77% -
XYZ 26.76 16.27 13.04 -
YUV 107.23 122.23 191.32 -
System Red Green Blue C M Y K H S L
Decimal 196 64 97 0 0.67 0.51 0.23 345 0.53 0.51
Hex C4 40 61 0 43 33 17 159 35 33
Octal 304 100 141 0 103 63 27 531 65 63
Binary 11000100 1000000 1100001 0 1000011 110011 10111 101011001 110101 110011

Color Harmonies of #C44061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44061

Black with #C44061

Text Example


Text Example

White with #C44061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44061; }

 p { color: rgb(196,64,97); }

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

background-color css

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

 a { background-color: rgb(196,64,97); }

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

border-color css

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

 span { border-color: rgb(196,64,97); }

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