Html Css Color HEX #C1264D Old Rose

📋 copy color: '#C1264D'

red 193 ◦ green 38 ◦ blue 77

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

Shades of Old Rose #C1264D

Tints of Old Rose #C1264D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25%

R = 62.66%
G = 12.34%
B = 25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1264D (or 0xC1264D) is known color: Old Rose. HEX triplet: C1, 26 and 4D. RGB value is (193,38,77). Sum of RGB (Red+Green+Blue) = 193+38+77=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1264D is #3ED9B2. Grayscale: #585858. Windows color (decimal): -4118963 or 5056193. OLE color: 5056193.

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

Color convert

RGB 193 38 77 -
CMYK 0 0.80 0.60 0.24
HSL 344.9º 0.67% 0.45% -
HSV(B) 344.9º 0.8% 0.76% -
XYZ 24.02 13.26 8.31 -
YUV 88.79 121.35 202.33 -
System Red Green Blue C M Y K H S L
Decimal 193 38 77 0 0.80 0.60 0.24 344.9 0.67 0.45
Hex C1 26 4D 0 50 3C 18 159 43 2D
Octal 301 46 115 0 120 74 30 531 103 55
Binary 11000001 100110 1001101 0 1010000 111100 11000 101011001 1000011 101101

Color Harmonies of #C1264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1264D

Black with #C1264D

Text Example


Text Example

White with #C1264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1264D; }

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

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

background-color css

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

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

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

border-color css

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

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

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