Html Css Color HEX #C63260 Old Rose

📋 copy color: '#C63260'

red 198 ◦ green 50 ◦ blue 96

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

Shades of Old Rose #C63260

Tints of Old Rose #C63260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.53%

 BLUE value IS 96 (37.89% from 255) = 27.91%

R = 57.56%
G = 14.53%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C63260 (or 0xC63260) is known color: Old Rose. HEX triplet: C6, 32 and 60. RGB value is (198,50,96). Sum of RGB (Red+Green+Blue) = 198+50+96=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C63260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63260 is #39CD9F. Grayscale: #636363. Windows color (decimal): -3788192 or 6304454. OLE color: 6304454.

HSL color Cylindrical-coordinate representation of color #C63260: hue angle of 341.35º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63260 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 96 -
CMYK 0 0.75 0.52 0.22
HSL 341.35º 0.6% 0.49% -
HSV(B) 341.35º 0.75% 0.78% -
XYZ 26.54 15.13 12.59 -
YUV 99.5 126.03 198.26 -
System Red Green Blue C M Y K H S L
Decimal 198 50 96 0 0.75 0.52 0.22 341.35 0.6 0.49
Hex C6 32 60 0 4B 34 16 155 3C 31
Octal 306 62 140 0 113 64 26 525 74 61
Binary 11000110 110010 1100000 0 1001011 110100 10110 101010101 111100 110001

Color Harmonies of #C63260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63260

Black with #C63260

Text Example


Text Example

White with #C63260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63260; }

 p { color: rgb(198,50,96); }

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

background-color css

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

 a { background-color: rgb(198,50,96); }

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

border-color css

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

 span { border-color: rgb(198,50,96); }

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