Html Css Color HEX #C1364B Old Rose

📋 copy color: '#C1364B'

red 193 ◦ green 54 ◦ blue 75

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

Shades of Old Rose #C1364B

Tints of Old Rose #C1364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.77%

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

R = 59.94%
G = 16.77%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1364B (or 0xC1364B) is known color: Old Rose. HEX triplet: C1, 36 and 4B. RGB value is (193,54,75). Sum of RGB (Red+Green+Blue) = 193+54+75=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1364B is #3EC9B4. Grayscale: #626262. Windows color (decimal): -4114869 or 4929217. OLE color: 4929217.

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

Color convert

RGB 193 54 75 -
CMYK 0 0.72 0.61 0.24
HSL 350.94º 0.56% 0.48% -
HSV(B) 350.94º 0.72% 0.76% -
XYZ 24.58 14.48 8.16 -
YUV 97.96 115.05 195.79 -
System Red Green Blue C M Y K H S L
Decimal 193 54 75 0 0.72 0.61 0.24 350.94 0.56 0.48
Hex C1 36 4B 0 48 3D 18 15F 38 30
Octal 301 66 113 0 110 75 30 537 70 60
Binary 11000001 110110 1001011 0 1001000 111101 11000 101011111 111000 110000

Color Harmonies of #C1364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1364B

Black with #C1364B

Text Example


Text Example

White with #C1364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1364B; }

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

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

background-color css

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

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

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

border-color css

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

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

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