Html Css Color HEX #C1275C Old Rose

📋 copy color: '#C1275C'

red 193 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #C1275C

Tints of Old Rose #C1275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.04%

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 59.57%
G = 12.04%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1275C (or 0xC1275C) is known color: Old Rose. HEX triplet: C1, 27 and 5C. RGB value is (193,39,92). Sum of RGB (Red+Green+Blue) = 193+39+92=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C1275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1275C is #3ED8A3. Grayscale: #5B5B5B. Windows color (decimal): -4118692 or 6039489. OLE color: 6039489.

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

Color convert

RGB 193 39 92 -
CMYK 0 0.80 0.52 0.24
HSL 339.35º 0.66% 0.45% -
HSV(B) 339.35º 0.8% 0.76% -
XYZ 24.65 13.56 11.44 -
YUV 91.09 128.52 200.69 -
System Red Green Blue C M Y K H S L
Decimal 193 39 92 0 0.80 0.52 0.24 339.35 0.66 0.45
Hex C1 27 5C 0 50 34 18 153 42 2D
Octal 301 47 134 0 120 64 30 523 102 55
Binary 11000001 100111 1011100 0 1010000 110100 11000 101010011 1000010 101101

Color Harmonies of #C1275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1275C

Black with #C1275C

Text Example


Text Example

White with #C1275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1275C; }

 p { color: rgb(193,39,92); }

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

background-color css

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

 a { background-color: rgb(193,39,92); }

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

border-color css

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

 span { border-color: rgb(193,39,92); }

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