Html Css Color HEX #C04654 Mandy

📋 copy color: '#C04654'

red 192 ◦ green 70 ◦ blue 84

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

Shades of Mandy #C04654

Tints of Mandy #C04654

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.23%

 BLUE value IS 84 (33.2% from 255) = 24.28%

R = 55.49%
G = 20.23%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C04654 (or 0xC04654) is known color: Mandy. HEX triplet: C0, 46 and 54. RGB value is (192,70,84). Sum of RGB (Red+Green+Blue) = 192+70+84=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C04654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04654 is #3FB9AB. Grayscale: #6C6C6C. Windows color (decimal): -4176300 or 5523136. OLE color: 5523136.

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

Color convert

RGB 192 70 84 -
CMYK 0 0.64 0.56 0.25
HSL 353.11º 0.49% 0.51% -
HSV(B) 353.11º 0.64% 0.75% -
XYZ 25.53 16.23 10.17 -
YUV 108.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 192 70 84 0 0.64 0.56 0.25 353.11 0.49 0.51
Hex C0 46 54 0 40 38 19 161 31 33
Octal 300 106 124 0 100 70 31 541 61 63
Binary 11000000 1000110 1010100 0 1000000 111000 11001 101100001 110001 110011

Color Harmonies of #C04654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04654

Black with #C04654

Text Example


Text Example

White with #C04654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04654; }

 p { color: rgb(192,70,84); }

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

background-color css

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

 a { background-color: rgb(192,70,84); }

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

border-color css

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

 span { border-color: rgb(192,70,84); }

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