Html Css Color HEX #C2414D Old Rose

📋 copy color: '#C2414D'

red 194 ◦ green 65 ◦ blue 77

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

Shades of Old Rose #C2414D

Tints of Old Rose #C2414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.35%

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 57.74%
G = 19.35%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2414D (or 0xC2414D) is known color: Old Rose. HEX triplet: C2, 41 and 4D. RGB value is (194,65,77). Sum of RGB (Red+Green+Blue) = 194+65+77=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2414D is #3DBEB2. Grayscale: #696969. Windows color (decimal): -4046515 or 5063106. OLE color: 5063106.

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

Color convert

RGB 194 65 77 -
CMYK 0 0.66 0.60 0.24
HSL 354.42º 0.51% 0.51% -
HSV(B) 354.42º 0.66% 0.76% -
XYZ 25.48 15.79 8.73 -
YUV 104.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 194 65 77 0 0.66 0.60 0.24 354.42 0.51 0.51
Hex C2 41 4D 0 42 3C 18 162 33 33
Octal 302 101 115 0 102 74 30 542 63 63
Binary 11000010 1000001 1001101 0 1000010 111100 11000 101100010 110011 110011

Color Harmonies of #C2414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2414D

Black with #C2414D

Text Example


Text Example

White with #C2414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2414D; }

 p { color: rgb(194,65,77); }

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

background-color css

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

 a { background-color: rgb(194,65,77); }

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

border-color css

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

 span { border-color: rgb(194,65,77); }

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