Html Css Color HEX #C6215B Old Rose

📋 copy color: '#C6215B'

red 198 ◦ green 33 ◦ blue 91

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

Shades of Old Rose #C6215B

Tints of Old Rose #C6215B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 61.49%
G = 10.25%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6215B (or 0xC6215B) is known color: Old Rose. HEX triplet: C6, 21 and 5B. RGB value is (198,33,91). Sum of RGB (Red+Green+Blue) = 198+33+91=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C6215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6215B is #39DEA4. Grayscale: #585858. Windows color (decimal): -3792549 or 5972422. OLE color: 5972422.

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

Color convert

RGB 198 33 91 -
CMYK 0 0.83 0.54 0.22
HSL 338.91º 0.71% 0.45% -
HSV(B) 338.91º 0.83% 0.78% -
XYZ 25.72 13.85 11.21 -
YUV 88.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 198 33 91 0 0.83 0.54 0.22 338.91 0.71 0.45
Hex C6 21 5B 0 53 36 16 153 47 2D
Octal 306 41 133 0 123 66 26 523 107 55
Binary 11000110 100001 1011011 0 1010011 110110 10110 101010011 1000111 101101

Color Harmonies of #C6215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6215B

Black with #C6215B

Text Example


Text Example

White with #C6215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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