Html Css Color HEX #C2404A Old Rose

📋 copy color: '#C2404A'

red 194 ◦ green 64 ◦ blue 74

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

Shades of Old Rose #C2404A

Tints of Old Rose #C2404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 58.43%
G = 19.28%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2404A (or 0xC2404A) is known color: Old Rose. HEX triplet: C2, 40 and 4A. RGB value is (194,64,74). Sum of RGB (Red+Green+Blue) = 194+64+74=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C2404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2404A is #3DBFB5. Grayscale: #686868. Windows color (decimal): -4046774 or 4866242. OLE color: 4866242.

HSL color Cylindrical-coordinate representation of color #C2404A: hue angle of 355.38º 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 #C2404A is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 74 -
CMYK 0 0.67 0.62 0.24
HSL 355.38º 0.52% 0.51% -
HSV(B) 355.38º 0.67% 0.76% -
XYZ 25.32 15.63 8.16 -
YUV 104.01 111.07 192.19 -
System Red Green Blue C M Y K H S L
Decimal 194 64 74 0 0.67 0.62 0.24 355.38 0.52 0.51
Hex C2 40 4A 0 43 3E 18 163 34 33
Octal 302 100 112 0 103 76 30 543 64 63
Binary 11000010 1000000 1001010 0 1000011 111110 11000 101100011 110100 110011

Color Harmonies of #C2404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2404A

Black with #C2404A

Text Example


Text Example

White with #C2404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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