Html Css Color HEX #C1264B Old Rose

📋 copy color: '#C1264B'

red 193 ◦ green 38 ◦ blue 75

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

Shades of Old Rose #C1264B

Tints of Old Rose #C1264B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.42%

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

R = 63.07%
G = 12.42%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1264B (or 0xC1264B) is known color: Old Rose. HEX triplet: C1, 26 and 4B. RGB value is (193,38,75). Sum of RGB (Red+Green+Blue) = 193+38+75=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1264B is #3ED9B4. Grayscale: #585858. Windows color (decimal): -4118965 or 4925121. OLE color: 4925121.

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

Color convert

RGB 193 38 75 -
CMYK 0 0.80 0.61 0.24
HSL 345.68º 0.67% 0.45% -
HSV(B) 345.68º 0.8% 0.76% -
XYZ 23.96 13.23 7.95 -
YUV 88.56 120.35 202.49 -
System Red Green Blue C M Y K H S L
Decimal 193 38 75 0 0.80 0.61 0.24 345.68 0.67 0.45
Hex C1 26 4B 0 50 3D 18 15A 43 2D
Octal 301 46 113 0 120 75 30 532 103 55
Binary 11000001 100110 1001011 0 1010000 111101 11000 101011010 1000011 101101

Color Harmonies of #C1264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1264B

Black with #C1264B

Text Example


Text Example

White with #C1264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1264B; }

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

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

background-color css

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

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

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

border-color css

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

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

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