Html Css Color HEX #C6354A Old Rose

📋 copy color: '#C6354A'

red 198 ◦ green 53 ◦ blue 74

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

Shades of Old Rose #C6354A

Tints of Old Rose #C6354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.31%

 BLUE value IS 74 (29.3% from 255) = 22.77%

R = 60.92%
G = 16.31%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6354A (or 0xC6354A) is known color: Old Rose. HEX triplet: C6, 35 and 4A. RGB value is (198,53,74). Sum of RGB (Red+Green+Blue) = 198+53+74=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6354A is #39CAB5. Grayscale: #626262. Windows color (decimal): -3787446 or 4863430. OLE color: 4863430.

HSL color Cylindrical-coordinate representation of color #C6354A: hue angle of 351.31º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6354A is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 53 74 -
CMYK 0 0.73 0.63 0.22
HSL 351.31º 0.58% 0.49% -
HSV(B) 351.31º 0.73% 0.78% -
XYZ 25.8 15.05 8.02 -
YUV 98.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 198 53 74 0 0.73 0.63 0.22 351.31 0.58 0.49
Hex C6 35 4A 0 49 3F 16 15F 3A 31
Octal 306 65 112 0 111 77 26 537 72 61
Binary 11000110 110101 1001010 0 1001001 111111 10110 101011111 111010 110001

Color Harmonies of #C6354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6354A

Black with #C6354A

Text Example


Text Example

White with #C6354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6354A; }

 p { color: rgb(198,53,74); }

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

background-color css

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

 a { background-color: rgb(198,53,74); }

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

border-color css

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

 span { border-color: rgb(198,53,74); }

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