Html Css Color HEX #C2234E Old Rose

📋 copy color: '#C2234E'

red 194 ◦ green 35 ◦ blue 78

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

Shades of Old Rose #C2234E

Tints of Old Rose #C2234E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.41%

R = 63.19%
G = 11.4%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2234E (or 0xC2234E) is known color: Old Rose. HEX triplet: C2, 23 and 4E. RGB value is (194,35,78). Sum of RGB (Red+Green+Blue) = 194+35+78=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2234E is #3DDCB1. Grayscale: #575757. Windows color (decimal): -4054194 or 5120962. OLE color: 5120962.

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

Color convert

RGB 194 35 78 -
CMYK 0 0.82 0.60 0.24
HSL 343.77º 0.69% 0.45% -
HSV(B) 343.77º 0.82% 0.76% -
XYZ 24.22 13.22 8.48 -
YUV 87.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 194 35 78 0 0.82 0.60 0.24 343.77 0.69 0.45
Hex C2 23 4E 0 52 3C 18 158 45 2D
Octal 302 43 116 0 122 74 30 530 105 55
Binary 11000010 100011 1001110 0 1010010 111100 11000 101011000 1000101 101101

Color Harmonies of #C2234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2234E

Black with #C2234E

Text Example


Text Example

White with #C2234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2234E; }

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

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

background-color css

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

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

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

border-color css

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

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

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