Html Css Color HEX #C01351 Old Rose

📋 copy color: '#C01351'

red 192 ◦ green 19 ◦ blue 81

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

Shades of Old Rose #C01351

Tints of Old Rose #C01351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.74%

R = 65.75%
G = 6.51%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C01351 (or 0xC01351) is known color: Old Rose. HEX triplet: C0, 13 and 51. RGB value is (192,19,81). Sum of RGB (Red+Green+Blue) = 192+19+81=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C01351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01351 is #3FECAE. Grayscale: #4D4D4D. Windows color (decimal): -4189359 or 5313472. OLE color: 5313472.

HSL color Cylindrical-coordinate representation of color #C01351: hue angle of 338.5º 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 #C01351 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 81 -
CMYK 0 0.90 0.58 0.25
HSL 338.5º 0.82% 0.41% -
HSV(B) 338.5º 0.9% 0.75% -
XYZ 23.46 12.27 8.92 -
YUV 77.8 129.81 209.46 -
System Red Green Blue C M Y K H S L
Decimal 192 19 81 0 0.90 0.58 0.25 338.5 0.82 0.41
Hex C0 13 51 0 5A 3A 19 152 52 29
Octal 300 23 121 0 132 72 31 522 122 51
Binary 11000000 10011 1010001 0 1011010 111010 11001 101010010 1010010 101001

Color Harmonies of #C01351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01351

Black with #C01351

Text Example


Text Example

White with #C01351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01351; }

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

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

background-color css

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

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

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

border-color css

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

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

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