Html Css Color HEX #C2434A Old Rose

📋 copy color: '#C2434A'

red 194 ◦ green 67 ◦ blue 74

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

Shades of Old Rose #C2434A

Tints of Old Rose #C2434A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

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

R = 57.91%
G = 20%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2434A (or 0xC2434A) is known color: Old Rose. HEX triplet: C2, 43 and 4A. RGB value is (194,67,74). Sum of RGB (Red+Green+Blue) = 194+67+74=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C2434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2434A is #3DBCB5. Grayscale: #696969. Windows color (decimal): -4046006 or 4867010. OLE color: 4867010.

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

Color convert

RGB 194 67 74 -
CMYK 0 0.65 0.62 0.24
HSL 356.69º 0.51% 0.51% -
HSV(B) 356.69º 0.65% 0.76% -
XYZ 25.49 15.98 8.22 -
YUV 105.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 194 67 74 0 0.65 0.62 0.24 356.69 0.51 0.51
Hex C2 43 4A 0 41 3E 18 165 33 33
Octal 302 103 112 0 101 76 30 545 63 63
Binary 11000010 1000011 1001010 0 1000001 111110 11000 101100101 110011 110011

Color Harmonies of #C2434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2434A

Black with #C2434A

Text Example


Text Example

White with #C2434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2434A; }

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

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

background-color css

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

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

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

border-color css

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

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

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