Html Css Color HEX #C3414E Old Rose

📋 copy color: '#C3414E'

red 195 ◦ green 65 ◦ blue 78

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

Shades of Old Rose #C3414E

Tints of Old Rose #C3414E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.08%

R = 57.69%
G = 19.23%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3414E (or 0xC3414E) is known color: Old Rose. HEX triplet: C3, 41 and 4E. RGB value is (195,65,78). Sum of RGB (Red+Green+Blue) = 195+65+78=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3414E is #3CBEB1. Grayscale: #696969. Windows color (decimal): -3980978 or 5128643. OLE color: 5128643.

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

Color convert

RGB 195 65 78 -
CMYK 0 0.67 0.6 0.24
HSL 354º 0.52% 0.51% -
HSV(B) 354º 0.67% 0.76% -
XYZ 25.77 15.93 8.92 -
YUV 105.35 112.57 191.94 -
System Red Green Blue C M Y K H S L
Decimal 195 65 78 0 0.67 0.6 0.24 354 0.52 0.51
Hex C3 41 4E 0 43 3C 18 162 34 33
Octal 303 101 116 0 103 74 30 542 64 63
Binary 11000011 1000001 1001110 0 1000011 111100 11000 101100010 110100 110011

Color Harmonies of #C3414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3414E

Black with #C3414E

Text Example


Text Example

White with #C3414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3414E; }

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

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

background-color css

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

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

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

border-color css

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

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

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