Html Css Color HEX #C04761 Blush

📋 copy color: '#C04761'

red 192 ◦ green 71 ◦ blue 97

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

Shades of Blush #C04761

Tints of Blush #C04761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.72%

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

R = 53.33%
G = 19.72%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C04761 (or 0xC04761) is known color: Blush. HEX triplet: C0, 47 and 61. RGB value is (192,71,97). Sum of RGB (Red+Green+Blue) = 192+71+97=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C04761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04761 is #3FB89E. Grayscale: #6E6E6E. Windows color (decimal): -4176031 or 6375360. OLE color: 6375360.

HSL color Cylindrical-coordinate representation of color #C04761: hue angle of 347.11º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04761 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 97 -
CMYK 0 0.63 0.49 0.25
HSL 347.11º 0.49% 0.52% -
HSV(B) 347.11º 0.63% 0.75% -
XYZ 26.15 16.58 13.13 -
YUV 110.14 120.59 186.39 -
System Red Green Blue C M Y K H S L
Decimal 192 71 97 0 0.63 0.49 0.25 347.11 0.49 0.52
Hex C0 47 61 0 3F 31 19 15B 31 34
Octal 300 107 141 0 77 61 31 533 61 64
Binary 11000000 1000111 1100001 0 111111 110001 11001 101011011 110001 110100

Color Harmonies of #C04761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04761

Black with #C04761

Text Example


Text Example

White with #C04761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04761; }

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

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

background-color css

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

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

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

border-color css

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

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

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