Html Css Color HEX #C3414F Old Rose

📋 copy color: '#C3414F'

red 195 ◦ green 65 ◦ blue 79

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

Shades of Old Rose #C3414F

Tints of Old Rose #C3414F

RGB

 RED value IS 195 (76.56% from 255) = 57.52%

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

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

R = 57.52%
G = 19.17%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3414F (or 0xC3414F) is known color: Old Rose. HEX triplet: C3, 41 and 4F. RGB value is (195,65,79). Sum of RGB (Red+Green+Blue) = 195+65+79=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3414F is #3CBEB0. Grayscale: #696969. Windows color (decimal): -3980977 or 5194179. OLE color: 5194179.

HSL color Cylindrical-coordinate representation of color #C3414F: hue angle of 353.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3414F is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 65 79 -
CMYK 0 0.67 0.59 0.24
HSL 353.54º 0.52% 0.51% -
HSV(B) 353.54º 0.67% 0.76% -
XYZ 25.81 15.95 9.12 -
YUV 105.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 195 65 79 0 0.67 0.59 0.24 353.54 0.52 0.51
Hex C3 41 4F 0 43 3B 18 162 34 33
Octal 303 101 117 0 103 73 30 542 64 63
Binary 11000011 1000001 1001111 0 1000011 111011 11000 101100010 110100 110011

Color Harmonies of #C3414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3414F

Black with #C3414F

Text Example


Text Example

White with #C3414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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