Html Css Color HEX #C6215C Old Rose

📋 copy color: '#C6215C'

red 198 ◦ green 33 ◦ blue 92

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

Shades of Old Rose #C6215C

Tints of Old Rose #C6215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 61.3%
G = 10.22%
B = 28.48%

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

#C6215C (or 0xC6215C) is known color: Old Rose. HEX triplet: C6, 21 and 5C. RGB value is (198,33,92). Sum of RGB (Red+Green+Blue) = 198+33+92=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6215C is #39DEA3. Grayscale: #585858. Windows color (decimal): -3792548 or 6037958. OLE color: 6037958.

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

Color convert

RGB 198 33 92 -
CMYK 0 0.83 0.54 0.22
HSL 338.55º 0.71% 0.45% -
HSV(B) 338.55º 0.83% 0.78% -
XYZ 25.76 13.87 11.44 -
YUV 89.06 129.66 205.7 -
System Red Green Blue C M Y K H S L
Decimal 198 33 92 0 0.83 0.54 0.22 338.55 0.71 0.45
Hex C6 21 5C 0 53 36 16 153 47 2D
Octal 306 41 134 0 123 66 26 523 107 55
Binary 11000110 100001 1011100 0 1010011 110110 10110 101010011 1000111 101101

Color Harmonies of #C6215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6215C

Black with #C6215C

Text Example


Text Example

White with #C6215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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