Html Css Color HEX #C3424E Old Rose

📋 copy color: '#C3424E'

red 195 ◦ green 66 ◦ blue 78

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

Shades of Old Rose #C3424E

Tints of Old Rose #C3424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.47%

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

R = 57.52%
G = 19.47%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3424E (or 0xC3424E) is known color: Old Rose. HEX triplet: C3, 42 and 4E. RGB value is (195,66,78). Sum of RGB (Red+Green+Blue) = 195+66+78=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3424E is #3CBDB1. Grayscale: #6A6A6A. Windows color (decimal): -3980722 or 5128899. OLE color: 5128899.

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

Color convert

RGB 195 66 78 -
CMYK 0 0.66 0.6 0.24
HSL 354.42º 0.52% 0.51% -
HSV(B) 354.42º 0.66% 0.76% -
XYZ 25.83 16.05 8.94 -
YUV 105.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 195 66 78 0 0.66 0.6 0.24 354.42 0.52 0.51
Hex C3 42 4E 0 42 3C 18 162 34 33
Octal 303 102 116 0 102 74 30 542 64 63
Binary 11000011 1000010 1001110 0 1000010 111100 11000 101100010 110100 110011

Color Harmonies of #C3424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3424E

Black with #C3424E

Text Example


Text Example

White with #C3424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3424E; }

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

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

background-color css

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

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

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

border-color css

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

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

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