Html Css Color HEX #C2324B Old Rose

📋 copy color: '#C2324B'

red 194 ◦ green 50 ◦ blue 75

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

Shades of Old Rose #C2324B

Tints of Old Rose #C2324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.67%

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

R = 60.82%
G = 15.67%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2324B (or 0xC2324B) is known color: Old Rose. HEX triplet: C2, 32 and 4B. RGB value is (194,50,75). Sum of RGB (Red+Green+Blue) = 194+50+75=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2324B is #3DCDB4. Grayscale: #5F5F5F. Windows color (decimal): -4050357 or 4928194. OLE color: 4928194.

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

Color convert

RGB 194 50 75 -
CMYK 0 0.74 0.61 0.24
HSL 349.58º 0.59% 0.48% -
HSV(B) 349.58º 0.74% 0.76% -
XYZ 24.66 14.26 8.11 -
YUV 95.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 194 50 75 0 0.74 0.61 0.24 349.58 0.59 0.48
Hex C2 32 4B 0 4A 3D 18 15E 3B 30
Octal 302 62 113 0 112 75 30 536 73 60
Binary 11000010 110010 1001011 0 1001010 111101 11000 101011110 111011 110000

Color Harmonies of #C2324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2324B

Black with #C2324B

Text Example


Text Example

White with #C2324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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