Html Css Color HEX #C04461 Blush

📋 copy color: '#C04461'

red 192 ◦ green 68 ◦ blue 97

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

Shades of Blush #C04461

Tints of Blush #C04461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.05%

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

R = 53.78%
G = 19.05%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C04461 (or 0xC04461) is known color: Blush. HEX triplet: C0, 44 and 61. RGB value is (192,68,97). Sum of RGB (Red+Green+Blue) = 192+68+97=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C04461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04461 is #3FBB9E. Grayscale: #6C6C6C. Windows color (decimal): -4176799 or 6374592. OLE color: 6374592.

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

Color convert

RGB 192 68 97 -
CMYK 0 0.65 0.49 0.25
HSL 345.97º 0.5% 0.51% -
HSV(B) 345.97º 0.65% 0.75% -
XYZ 25.96 16.2 13.07 -
YUV 108.38 121.58 187.64 -
System Red Green Blue C M Y K H S L
Decimal 192 68 97 0 0.65 0.49 0.25 345.97 0.5 0.51
Hex C0 44 61 0 41 31 19 15A 32 33
Octal 300 104 141 0 101 61 31 532 62 63
Binary 11000000 1000100 1100001 0 1000001 110001 11001 101011010 110010 110011

Color Harmonies of #C04461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04461

Black with #C04461

Text Example


Text Example

White with #C04461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04461; }

 p { color: rgb(192,68,97); }

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

background-color css

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

 a { background-color: rgb(192,68,97); }

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

border-color css

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

 span { border-color: rgb(192,68,97); }

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