Html Css Color HEX #C1424B Old Rose

📋 copy color: '#C1424B'

red 193 ◦ green 66 ◦ blue 75

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

Shades of Old Rose #C1424B

Tints of Old Rose #C1424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.76%

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

R = 57.78%
G = 19.76%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1424B (or 0xC1424B) is known color: Old Rose. HEX triplet: C1, 42 and 4B. RGB value is (193,66,75). Sum of RGB (Red+Green+Blue) = 193+66+75=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C1424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1424B is #3EBDB4. Grayscale: #696969. Windows color (decimal): -4111797 or 4932289. OLE color: 4932289.

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

Color convert

RGB 193 66 75 -
CMYK 0 0.66 0.61 0.24
HSL 355.75º 0.51% 0.51% -
HSV(B) 355.75º 0.66% 0.76% -
XYZ 25.21 15.74 8.37 -
YUV 105 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 193 66 75 0 0.66 0.61 0.24 355.75 0.51 0.51
Hex C1 42 4B 0 42 3D 18 164 33 33
Octal 301 102 113 0 102 75 30 544 63 63
Binary 11000001 1000010 1001011 0 1000010 111101 11000 101100100 110011 110011

Color Harmonies of #C1424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1424B

Black with #C1424B

Text Example


Text Example

White with #C1424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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