Html Css Color HEX #C1235B Old Rose

📋 copy color: '#C1235B'

red 193 ◦ green 35 ◦ blue 91

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

Shades of Old Rose #C1235B

Tints of Old Rose #C1235B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.53%

R = 60.5%
G = 10.97%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1235B (or 0xC1235B) is known color: Old Rose. HEX triplet: C1, 23 and 5B. RGB value is (193,35,91). Sum of RGB (Red+Green+Blue) = 193+35+91=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1235B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1235B is #3EDCA4. Grayscale: #585858. Windows color (decimal): -4119717 or 5972929. OLE color: 5972929.

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

Color convert

RGB 193 35 91 -
CMYK 0 0.82 0.53 0.24
HSL 338.73º 0.69% 0.45% -
HSV(B) 338.73º 0.82% 0.76% -
XYZ 24.48 13.29 11.17 -
YUV 88.63 129.35 202.45 -
System Red Green Blue C M Y K H S L
Decimal 193 35 91 0 0.82 0.53 0.24 338.73 0.69 0.45
Hex C1 23 5B 0 52 35 18 153 45 2D
Octal 301 43 133 0 122 65 30 523 105 55
Binary 11000001 100011 1011011 0 1010010 110101 11000 101010011 1000101 101101

Color Harmonies of #C1235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1235B

Black with #C1235B

Text Example


Text Example

White with #C1235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1235B; }

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

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

background-color css

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

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

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

border-color css

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

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

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