Html Css Color HEX #C01353 Old Rose

📋 copy color: '#C01353'

red 192 ◦ green 19 ◦ blue 83

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

Shades of Old Rose #C01353

Tints of Old Rose #C01353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

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

R = 65.31%
G = 6.46%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C01353 (or 0xC01353) is known color: Old Rose. HEX triplet: C0, 13 and 53. RGB value is (192,19,83). Sum of RGB (Red+Green+Blue) = 192+19+83=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C01353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01353 is #3FECAC. Grayscale: #4D4D4D. Windows color (decimal): -4189357 or 5444544. OLE color: 5444544.

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

Color convert

RGB 192 19 83 -
CMYK 0 0.90 0.57 0.25
HSL 337.8º 0.82% 0.41% -
HSV(B) 337.8º 0.9% 0.75% -
XYZ 23.53 12.3 9.32 -
YUV 78.02 130.81 209.3 -
System Red Green Blue C M Y K H S L
Decimal 192 19 83 0 0.90 0.57 0.25 337.8 0.82 0.41
Hex C0 13 53 0 5A 39 19 152 52 29
Octal 300 23 123 0 132 71 31 522 122 51
Binary 11000000 10011 1010011 0 1011010 111001 11001 101010010 1010010 101001

Color Harmonies of #C01353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01353

Black with #C01353

Text Example


Text Example

White with #C01353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01353; }

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

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

background-color css

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

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

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

border-color css

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

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

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