Html Css Color HEX #C62348 Old Rose

📋 copy color: '#C62348'

red 198 ◦ green 35 ◦ blue 72

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

Shades of Old Rose #C62348

Tints of Old Rose #C62348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.48%

 BLUE value IS 72 (28.52% from 255) = 23.61%

R = 64.92%
G = 11.48%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C62348 (or 0xC62348) is known color: Old Rose. HEX triplet: C6, 23 and 48. RGB value is (198,35,72). Sum of RGB (Red+Green+Blue) = 198+35+72=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C62348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62348 is #39DCB7. Grayscale: #575757. Windows color (decimal): -3792056 or 4727750. OLE color: 4727750.

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

Color convert

RGB 198 35 72 -
CMYK 0 0.82 0.64 0.22
HSL 346.38º 0.7% 0.46% -
HSV(B) 346.38º 0.82% 0.78% -
XYZ 25.06 13.68 7.45 -
YUV 87.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 198 35 72 0 0.82 0.64 0.22 346.38 0.7 0.46
Hex C6 23 48 0 52 40 16 15A 46 2E
Octal 306 43 110 0 122 100 26 532 106 56
Binary 11000110 100011 1001000 0 1010010 1000000 10110 101011010 1000110 101110

Color Harmonies of #C62348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62348

Black with #C62348

Text Example


Text Example

White with #C62348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62348; }

 p { color: rgb(198,35,72); }

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

background-color css

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

 a { background-color: rgb(198,35,72); }

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

border-color css

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

 span { border-color: rgb(198,35,72); }

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