Html Css Color HEX #C2404B Old Rose

📋 copy color: '#C2404B'

red 194 ◦ green 64 ◦ blue 75

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

Shades of Old Rose #C2404B

Tints of Old Rose #C2404B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 58.26%
G = 19.22%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2404B (or 0xC2404B) is known color: Old Rose. HEX triplet: C2, 40 and 4B. RGB value is (194,64,75). Sum of RGB (Red+Green+Blue) = 194+64+75=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C2404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2404B is #3DBFB4. Grayscale: #686868. Windows color (decimal): -4046773 or 4931778. OLE color: 4931778.

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

Color convert

RGB 194 64 75 -
CMYK 0 0.67 0.61 0.24
HSL 354.92º 0.52% 0.51% -
HSV(B) 354.92º 0.67% 0.76% -
XYZ 25.35 15.64 8.34 -
YUV 104.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 194 64 75 0 0.67 0.61 0.24 354.92 0.52 0.51
Hex C2 40 4B 0 43 3D 18 163 34 33
Octal 302 100 113 0 103 75 30 543 64 63
Binary 11000010 1000000 1001011 0 1000011 111101 11000 101100011 110100 110011

Color Harmonies of #C2404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2404B

Black with #C2404B

Text Example


Text Example

White with #C2404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2404B; }

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

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

background-color css

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

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

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

border-color css

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

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

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