Html Css Color HEX #C2234F Old Rose

📋 copy color: '#C2234F'

red 194 ◦ green 35 ◦ blue 79

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

Shades of Old Rose #C2234F

Tints of Old Rose #C2234F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.36%

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

R = 62.99%
G = 11.36%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2234F (or 0xC2234F) is known color: Old Rose. HEX triplet: C2, 23 and 4F. RGB value is (194,35,79). Sum of RGB (Red+Green+Blue) = 194+35+79=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2234F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2234F is #3DDCB0. Grayscale: #575757. Windows color (decimal): -4054193 or 5186498. OLE color: 5186498.

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

Color convert

RGB 194 35 79 -
CMYK 0 0.82 0.59 0.24
HSL 343.4º 0.69% 0.45% -
HSV(B) 343.4º 0.82% 0.76% -
XYZ 24.26 13.24 8.67 -
YUV 87.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 194 35 79 0 0.82 0.59 0.24 343.4 0.69 0.45
Hex C2 23 4F 0 52 3B 18 157 45 2D
Octal 302 43 117 0 122 73 30 527 105 55
Binary 11000010 100011 1001111 0 1010010 111011 11000 101010111 1000101 101101

Color Harmonies of #C2234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2234F

Black with #C2234F

Text Example


Text Example

White with #C2234F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2234F; }

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

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

background-color css

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

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

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

border-color css

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

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

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