Html Css Color HEX #C23350 Old Rose

📋 copy color: '#C23350'

red 194 ◦ green 51 ◦ blue 80

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

Shades of Old Rose #C23350

Tints of Old Rose #C23350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 59.69%
G = 15.69%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C23350 (or 0xC23350) is known color: Old Rose. HEX triplet: C2, 33 and 50. RGB value is (194,51,80). Sum of RGB (Red+Green+Blue) = 194+51+80=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C23350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23350 is #3DCCAF. Grayscale: #616161. Windows color (decimal): -4050096 or 5256130. OLE color: 5256130.

HSL color Cylindrical-coordinate representation of color #C23350: hue angle of 347.83º degrees, saturation: 0.58, 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 #C23350 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 51 80 -
CMYK 0 0.74 0.59 0.24
HSL 347.83º 0.58% 0.48% -
HSV(B) 347.83º 0.74% 0.76% -
XYZ 24.88 14.42 9.06 -
YUV 97.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 194 51 80 0 0.74 0.59 0.24 347.83 0.58 0.48
Hex C2 33 50 0 4A 3B 18 15C 3A 30
Octal 302 63 120 0 112 73 30 534 72 60
Binary 11000010 110011 1010000 0 1001010 111011 11000 101011100 111010 110000

Color Harmonies of #C23350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23350

Black with #C23350

Text Example


Text Example

White with #C23350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23350; }

 p { color: rgb(194,51,80); }

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

background-color css

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

 a { background-color: rgb(194,51,80); }

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

border-color css

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

 span { border-color: rgb(194,51,80); }

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