Html Css Color HEX #C1235F Old Rose

📋 copy color: '#C1235F'

red 193 ◦ green 35 ◦ blue 95

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

Shades of Old Rose #C1235F

Tints of Old Rose #C1235F

RGB

 RED value IS 193 (75.78% from 255) = 59.75%

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

 BLUE value IS 95 (37.5% from 255) = 29.41%

R = 59.75%
G = 10.84%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1235F (or 0xC1235F) is known color: Old Rose. HEX triplet: C1, 23 and 5F. RGB value is (193,35,95). Sum of RGB (Red+Green+Blue) = 193+35+95=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1235F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1235F is #3EDCA0. Grayscale: #595959. Windows color (decimal): -4119713 or 6235073. OLE color: 6235073.

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

Color convert

RGB 193 35 95 -
CMYK 0 0.82 0.51 0.24
HSL 337.22º 0.69% 0.45% -
HSV(B) 337.22º 0.82% 0.76% -
XYZ 24.66 13.37 12.11 -
YUV 89.08 131.35 202.12 -
System Red Green Blue C M Y K H S L
Decimal 193 35 95 0 0.82 0.51 0.24 337.22 0.69 0.45
Hex C1 23 5F 0 52 33 18 151 45 2D
Octal 301 43 137 0 122 63 30 521 105 55
Binary 11000001 100011 1011111 0 1010010 110011 11000 101010001 1000101 101101

Color Harmonies of #C1235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1235F

Black with #C1235F

Text Example


Text Example

White with #C1235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1235F; }

 p { color: rgb(193,35,95); }

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

background-color css

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

 a { background-color: rgb(193,35,95); }

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

border-color css

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

 span { border-color: rgb(193,35,95); }

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