Html Css Color HEX #C6264D Old Rose

📋 copy color: '#C6264D'

red 198 ◦ green 38 ◦ blue 77

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

Shades of Old Rose #C6264D

Tints of Old Rose #C6264D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.6%

R = 63.26%
G = 12.14%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6264D (or 0xC6264D) is known color: Old Rose. HEX triplet: C6, 26 and 4D. RGB value is (198,38,77). Sum of RGB (Red+Green+Blue) = 198+38+77=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C6264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6264D is #39D9B2. Grayscale: #5A5A5A. Windows color (decimal): -3791283 or 5056198. OLE color: 5056198.

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

Color convert

RGB 198 38 77 -
CMYK 0 0.81 0.61 0.22
HSL 345.38º 0.68% 0.46% -
HSV(B) 345.38º 0.81% 0.78% -
XYZ 25.32 13.93 8.37 -
YUV 90.29 120.51 204.83 -
System Red Green Blue C M Y K H S L
Decimal 198 38 77 0 0.81 0.61 0.22 345.38 0.68 0.46
Hex C6 26 4D 0 51 3D 16 159 44 2E
Octal 306 46 115 0 121 75 26 531 104 56
Binary 11000110 100110 1001101 0 1010001 111101 10110 101011001 1000100 101110

Color Harmonies of #C6264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6264D

Black with #C6264D

Text Example


Text Example

White with #C6264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6264D; }

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

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

background-color css

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

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

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

border-color css

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

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

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