Html Css Color HEX #C7414C Old Rose

📋 copy color: '#C7414C'

red 199 ◦ green 65 ◦ blue 76

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

Shades of Old Rose #C7414C

Tints of Old Rose #C7414C

RGB

 RED value IS 199 (78.13% from 255) = 58.53%

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

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

R = 58.53%
G = 19.12%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7414C (or 0xC7414C) is known color: Old Rose. HEX triplet: C7, 41 and 4C. RGB value is (199,65,76). Sum of RGB (Red+Green+Blue) = 199+65+76=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7414C is #38BEB3. Grayscale: #6A6A6A. Windows color (decimal): -3718836 or 4997575. OLE color: 4997575.

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

Color convert

RGB 199 65 76 -
CMYK 0 0.67 0.62 0.22
HSL 355.07º 0.54% 0.52% -
HSV(B) 355.07º 0.67% 0.78% -
XYZ 26.75 16.44 8.6 -
YUV 106.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 199 65 76 0 0.67 0.62 0.22 355.07 0.54 0.52
Hex C7 41 4C 0 43 3E 16 163 36 34
Octal 307 101 114 0 103 76 26 543 66 64
Binary 11000111 1000001 1001100 0 1000011 111110 10110 101100011 110110 110100

Color Harmonies of #C7414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7414C

Black with #C7414C

Text Example


Text Example

White with #C7414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7414C; }

 p { color: rgb(199,65,76); }

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

background-color css

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

 a { background-color: rgb(199,65,76); }

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

border-color css

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

 span { border-color: rgb(199,65,76); }

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