Html Css Color HEX #C2404F Old Rose

📋 copy color: '#C2404F'

red 194 ◦ green 64 ◦ blue 79

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

Shades of Old Rose #C2404F

Tints of Old Rose #C2404F

RGB

 RED value IS 194 (76.17% from 255) = 57.57%

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

 BLUE value IS 79 (31.25% from 255) = 23.44%

R = 57.57%
G = 18.99%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2404F (or 0xC2404F) is known color: Old Rose. HEX triplet: C2, 40 and 4F. RGB value is (194,64,79). Sum of RGB (Red+Green+Blue) = 194+64+79=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2404F is #3DBFB0. Grayscale: #686868. Windows color (decimal): -4046769 or 5193922. OLE color: 5193922.

HSL color Cylindrical-coordinate representation of color #C2404F: hue angle of 353.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2404F is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 79 -
CMYK 0 0.67 0.59 0.24
HSL 353.08º 0.52% 0.51% -
HSV(B) 353.08º 0.67% 0.76% -
XYZ 25.49 15.7 9.08 -
YUV 104.58 113.57 191.78 -
System Red Green Blue C M Y K H S L
Decimal 194 64 79 0 0.67 0.59 0.24 353.08 0.52 0.51
Hex C2 40 4F 0 43 3B 18 161 34 33
Octal 302 100 117 0 103 73 30 541 64 63
Binary 11000010 1000000 1001111 0 1000011 111011 11000 101100001 110100 110011

Color Harmonies of #C2404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2404F

Black with #C2404F

Text Example


Text Example

White with #C2404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2404F; }

 p { color: rgb(194,64,79); }

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

background-color css

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

 a { background-color: rgb(194,64,79); }

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

border-color css

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

 span { border-color: rgb(194,64,79); }

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