Html Css Color HEX #C01253 Old Rose

📋 copy color: '#C01253'

red 192 ◦ green 18 ◦ blue 83

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

Shades of Old Rose #C01253

Tints of Old Rose #C01253

RGB

 RED value IS 192 (75.39% from 255) = 65.53%

 GREEN value IS 18 (7.42% from 255) = 6.14%

 BLUE value IS 83 (32.81% from 255) = 28.33%

R = 65.53%
G = 6.14%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C01253 (or 0xC01253) is known color: Old Rose. HEX triplet: C0, 12 and 53. RGB value is (192,18,83). Sum of RGB (Red+Green+Blue) = 192+18+83=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C01253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01253 is #3FEDAC. Grayscale: #4D4D4D. Windows color (decimal): -4189613 or 5444288. OLE color: 5444288.

HSL color Cylindrical-coordinate representation of color #C01253: hue angle of 337.59º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01253 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 83 -
CMYK 0 0.91 0.57 0.25
HSL 337.59º 0.83% 0.41% -
HSV(B) 337.59º 0.91% 0.75% -
XYZ 23.52 12.26 9.31 -
YUV 77.44 131.15 209.71 -
System Red Green Blue C M Y K H S L
Decimal 192 18 83 0 0.91 0.57 0.25 337.59 0.83 0.41
Hex C0 12 53 0 5B 39 19 152 53 29
Octal 300 22 123 0 133 71 31 522 123 51
Binary 11000000 10010 1010011 0 1011011 111001 11001 101010010 1010011 101001

Color Harmonies of #C01253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01253

Black with #C01253

Text Example


Text Example

White with #C01253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01253; }

 p { color: rgb(192,18,83); }

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

background-color css

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

 a { background-color: rgb(192,18,83); }

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

border-color css

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

 span { border-color: rgb(192,18,83); }

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