Html Css Color HEX #C1234B Old Rose

📋 copy color: '#C1234B'

red 193 ◦ green 35 ◦ blue 75

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

Shades of Old Rose #C1234B

Tints of Old Rose #C1234B

RGB

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

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

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

R = 63.7%
G = 11.55%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1234B (or 0xC1234B) is known color: Old Rose. HEX triplet: C1, 23 and 4B. RGB value is (193,35,75). Sum of RGB (Red+Green+Blue) = 193+35+75=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1234B is #3EDCB4. Grayscale: #565656. Windows color (decimal): -4119733 or 4924353. OLE color: 4924353.

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

Color convert

RGB 193 35 75 -
CMYK 0 0.82 0.61 0.24
HSL 344.81º 0.69% 0.45% -
HSV(B) 344.81º 0.82% 0.76% -
XYZ 23.86 13.05 7.92 -
YUV 86.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 193 35 75 0 0.82 0.61 0.24 344.81 0.69 0.45
Hex C1 23 4B 0 52 3D 18 159 45 2D
Octal 301 43 113 0 122 75 30 531 105 55
Binary 11000001 100011 1001011 0 1010010 111101 11000 101011001 1000101 101101

Color Harmonies of #C1234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1234B

Black with #C1234B

Text Example


Text Example

White with #C1234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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