Html Css Color HEX #C6254C Old Rose

📋 copy color: '#C6254C'

red 198 ◦ green 37 ◦ blue 76

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

Shades of Old Rose #C6254C

Tints of Old Rose #C6254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

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

R = 63.67%
G = 11.9%
B = 24.44%

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

#C6254C (or 0xC6254C) is known color: Old Rose. HEX triplet: C6, 25 and 4C. RGB value is (198,37,76). Sum of RGB (Red+Green+Blue) = 198+37+76=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C6254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6254C is #39DAB3. Grayscale: #595959. Windows color (decimal): -3791540 or 4990406. OLE color: 4990406.

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

Color convert

RGB 198 37 76 -
CMYK 0 0.81 0.62 0.22
HSL 345.47º 0.69% 0.46% -
HSV(B) 345.47º 0.81% 0.78% -
XYZ 25.25 13.85 8.18 -
YUV 89.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 198 37 76 0 0.81 0.62 0.22 345.47 0.69 0.46
Hex C6 25 4C 0 51 3E 16 159 45 2E
Octal 306 45 114 0 121 76 26 531 105 56
Binary 11000110 100101 1001100 0 1010001 111110 10110 101011001 1000101 101110

Color Harmonies of #C6254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6254C

Black with #C6254C

Text Example


Text Example

White with #C6254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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