Html Css Color HEX #C6414F Old Rose

📋 copy color: '#C6414F'

red 198 ◦ green 65 ◦ blue 79

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

Shades of Old Rose #C6414F

Tints of Old Rose #C6414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.01%

 BLUE value IS 79 (31.25% from 255) = 23.1%

R = 57.89%
G = 19.01%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6414F (or 0xC6414F) is known color: Old Rose. HEX triplet: C6, 41 and 4F. RGB value is (198,65,79). Sum of RGB (Red+Green+Blue) = 198+65+79=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6414F is #39BEB0. Grayscale: #6A6A6A. Windows color (decimal): -3784369 or 5194182. OLE color: 5194182.

HSL color Cylindrical-coordinate representation of color #C6414F: hue angle of 353.68º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6414F is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 79 -
CMYK 0 0.67 0.60 0.22
HSL 353.68º 0.54% 0.52% -
HSV(B) 353.68º 0.67% 0.78% -
XYZ 26.59 16.35 9.15 -
YUV 106.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 198 65 79 0 0.67 0.60 0.22 353.68 0.54 0.52
Hex C6 41 4F 0 43 3C 16 162 36 34
Octal 306 101 117 0 103 74 26 542 66 64
Binary 11000110 1000001 1001111 0 1000011 111100 10110 101100010 110110 110100

Color Harmonies of #C6414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6414F

Black with #C6414F

Text Example


Text Example

White with #C6414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6414F; }

 p { color: rgb(198,65,79); }

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

background-color css

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

 a { background-color: rgb(198,65,79); }

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

border-color css

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

 span { border-color: rgb(198,65,79); }

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