Html Css Color HEX #C6215E Old Rose

📋 copy color: '#C6215E'

red 198 ◦ green 33 ◦ blue 94

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

Shades of Old Rose #C6215E

Tints of Old Rose #C6215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.15%

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 60.92%
G = 10.15%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6215E (or 0xC6215E) is known color: Old Rose. HEX triplet: C6, 21 and 5E. RGB value is (198,33,94). Sum of RGB (Red+Green+Blue) = 198+33+94=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6215E is #39DEA1. Grayscale: #595959. Windows color (decimal): -3792546 or 6169030. OLE color: 6169030.

HSL color Cylindrical-coordinate representation of color #C6215E: hue angle of 337.82º 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 #C6215E is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 33 94 -
CMYK 0 0.83 0.53 0.22
HSL 337.82º 0.71% 0.45% -
HSV(B) 337.82º 0.83% 0.78% -
XYZ 25.85 13.9 11.91 -
YUV 89.29 130.66 205.54 -
System Red Green Blue C M Y K H S L
Decimal 198 33 94 0 0.83 0.53 0.22 337.82 0.71 0.45
Hex C6 21 5E 0 53 35 16 152 47 2D
Octal 306 41 136 0 123 65 26 522 107 55
Binary 11000110 100001 1011110 0 1010011 110101 10110 101010010 1000111 101101

Color Harmonies of #C6215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6215E

Black with #C6215E

Text Example


Text Example

White with #C6215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6215E; }

 p { color: rgb(198,33,94); }

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

background-color css

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

 a { background-color: rgb(198,33,94); }

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

border-color css

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

 span { border-color: rgb(198,33,94); }

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