Html Css Color HEX #C3414C Old Rose

📋 copy color: '#C3414C'

red 195 ◦ green 65 ◦ blue 76

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

Shades of Old Rose #C3414C

Tints of Old Rose #C3414C

RGB

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

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

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

R = 58.04%
G = 19.35%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3414C (or 0xC3414C) is known color: Old Rose. HEX triplet: C3, 41 and 4C. RGB value is (195,65,76). Sum of RGB (Red+Green+Blue) = 195+65+76=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3414C is #3CBEB3. Grayscale: #696969. Windows color (decimal): -3980980 or 4997571. OLE color: 4997571.

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

Color convert

RGB 195 65 76 -
CMYK 0 0.67 0.61 0.24
HSL 354.92º 0.52% 0.51% -
HSV(B) 354.92º 0.67% 0.76% -
XYZ 25.7 15.9 8.55 -
YUV 105.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 195 65 76 0 0.67 0.61 0.24 354.92 0.52 0.51
Hex C3 41 4C 0 43 3D 18 163 34 33
Octal 303 101 114 0 103 75 30 543 64 63
Binary 11000011 1000001 1001100 0 1000011 111101 11000 101100011 110100 110011

Color Harmonies of #C3414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3414C

Black with #C3414C

Text Example


Text Example

White with #C3414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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