Html Css Color HEX #C6264C Old Rose

📋 copy color: '#C6264C'

red 198 ◦ green 38 ◦ blue 76

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

Shades of Old Rose #C6264C

Tints of Old Rose #C6264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.18%

 BLUE value IS 76 (30.08% from 255) = 24.36%

R = 63.46%
G = 12.18%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6264C (or 0xC6264C) is known color: Old Rose. HEX triplet: C6, 26 and 4C. RGB value is (198,38,76). Sum of RGB (Red+Green+Blue) = 198+38+76=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C6264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6264C is #39D9B3. Grayscale: #5A5A5A. Windows color (decimal): -3791284 or 4990662. OLE color: 4990662.

HSL color Cylindrical-coordinate representation of color #C6264C: hue angle of 345.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6264C is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 38 76 -
CMYK 0 0.81 0.62 0.22
HSL 345.75º 0.68% 0.46% -
HSV(B) 345.75º 0.81% 0.78% -
XYZ 25.29 13.91 8.19 -
YUV 90.17 120.01 204.91 -
System Red Green Blue C M Y K H S L
Decimal 198 38 76 0 0.81 0.62 0.22 345.75 0.68 0.46
Hex C6 26 4C 0 51 3E 16 15A 44 2E
Octal 306 46 114 0 121 76 26 532 104 56
Binary 11000110 100110 1001100 0 1010001 111110 10110 101011010 1000100 101110

Color Harmonies of #C6264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6264C

Black with #C6264C

Text Example


Text Example

White with #C6264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6264C; }

 p { color: rgb(198,38,76); }

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

background-color css

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

 a { background-color: rgb(198,38,76); }

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

border-color css

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

 span { border-color: rgb(198,38,76); }

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