Html Css Color HEX #C62260 Old Rose

📋 copy color: '#C62260'

red 198 ◦ green 34 ◦ blue 96

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

Shades of Old Rose #C62260

Tints of Old Rose #C62260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.37%

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

R = 60.37%
G = 10.37%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C62260 (or 0xC62260) is known color: Old Rose. HEX triplet: C6, 22 and 60. RGB value is (198,34,96). Sum of RGB (Red+Green+Blue) = 198+34+96=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C62260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62260 is #39DD9F. Grayscale: #5A5A5A. Windows color (decimal): -3792288 or 6300358. OLE color: 6300358.

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

Color convert

RGB 198 34 96 -
CMYK 0 0.83 0.52 0.22
HSL 337.32º 0.71% 0.45% -
HSV(B) 337.32º 0.83% 0.78% -
XYZ 25.97 13.99 12.4 -
YUV 90.1 131.33 204.96 -
System Red Green Blue C M Y K H S L
Decimal 198 34 96 0 0.83 0.52 0.22 337.32 0.71 0.45
Hex C6 22 60 0 53 34 16 151 47 2D
Octal 306 42 140 0 123 64 26 521 107 55
Binary 11000110 100010 1100000 0 1010011 110100 10110 101010001 1000111 101101

Color Harmonies of #C62260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62260

Black with #C62260

Text Example


Text Example

White with #C62260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62260; }

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

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

background-color css

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

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

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

border-color css

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

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

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