Html Css Color HEX #C62B51 Old Rose

📋 copy color: '#C62B51'

red 198 ◦ green 43 ◦ blue 81

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

Shades of Old Rose #C62B51

Tints of Old Rose #C62B51

RGB

 RED value IS 198 (77.73% from 255) = 61.49%

 GREEN value IS 43 (17.19% from 255) = 13.35%

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

R = 61.49%
G = 13.35%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C62B51 (or 0xC62B51) is known color: Old Rose. HEX triplet: C6, 2B and 51. RGB value is (198,43,81). Sum of RGB (Red+Green+Blue) = 198+43+81=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62B51 is #39D4AE. Grayscale: #5D5D5D. Windows color (decimal): -3789999 or 5319622. OLE color: 5319622.

HSL color Cylindrical-coordinate representation of color #C62B51: hue angle of 345.29º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62B51 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 43 81 -
CMYK 0 0.78 0.59 0.22
HSL 345.29º 0.64% 0.47% -
HSV(B) 345.29º 0.78% 0.78% -
XYZ 25.64 14.33 9.2 -
YUV 93.68 120.85 202.41 -
System Red Green Blue C M Y K H S L
Decimal 198 43 81 0 0.78 0.59 0.22 345.29 0.64 0.47
Hex C6 2B 51 0 4E 3B 16 159 40 2F
Octal 306 53 121 0 116 73 26 531 100 57
Binary 11000110 101011 1010001 0 1001110 111011 10110 101011001 1000000 101111

Color Harmonies of #C62B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62B51

Black with #C62B51

Text Example


Text Example

White with #C62B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62B51; }

 p { color: rgb(198,43,81); }

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

background-color css

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

 a { background-color: rgb(198,43,81); }

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

border-color css

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

 span { border-color: rgb(198,43,81); }

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