Html Css Color HEX #C1204B Old Rose

📋 copy color: '#C1204B'

red 193 ◦ green 32 ◦ blue 75

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

Shades of Old Rose #C1204B

Tints of Old Rose #C1204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.67%

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

R = 64.33%
G = 10.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1204B (or 0xC1204B) is known color: Old Rose. HEX triplet: C1, 20 and 4B. RGB value is (193,32,75). Sum of RGB (Red+Green+Blue) = 193+32+75=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C1204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1204B is #3EDFB4. Grayscale: #555555. Windows color (decimal): -4120501 or 4923585. OLE color: 4923585.

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

Color convert

RGB 193 32 75 -
CMYK 0 0.83 0.61 0.24
HSL 343.98º 0.72% 0.44% -
HSV(B) 343.98º 0.83% 0.76% -
XYZ 23.78 12.88 7.89 -
YUV 85.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 193 32 75 0 0.83 0.61 0.24 343.98 0.72 0.44
Hex C1 20 4B 0 53 3D 18 158 48 2C
Octal 301 40 113 0 123 75 30 530 110 54
Binary 11000001 100000 1001011 0 1010011 111101 11000 101011000 1001000 101100

Color Harmonies of #C1204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1204B

Black with #C1204B

Text Example


Text Example

White with #C1204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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