Html Css Color HEX #C3364A Old Rose

📋 copy color: '#C3364A'

red 195 ◦ green 54 ◦ blue 74

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

Shades of Old Rose #C3364A

Tints of Old Rose #C3364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

 BLUE value IS 74 (29.3% from 255) = 22.91%

R = 60.37%
G = 16.72%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3364A (or 0xC3364A) is known color: Old Rose. HEX triplet: C3, 36 and 4A. RGB value is (195,54,74). Sum of RGB (Red+Green+Blue) = 195+54+74=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3364A is #3CC9B5. Grayscale: #626262. Windows color (decimal): -3983798 or 4863683. OLE color: 4863683.

HSL color Cylindrical-coordinate representation of color #C3364A: hue angle of 351.49º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3364A is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 54 74 -
CMYK 0 0.72 0.62 0.24
HSL 351.49º 0.57% 0.49% -
HSV(B) 351.49º 0.72% 0.76% -
XYZ 25.06 14.73 8 -
YUV 98.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 195 54 74 0 0.72 0.62 0.24 351.49 0.57 0.49
Hex C3 36 4A 0 48 3E 18 15F 39 31
Octal 303 66 112 0 110 76 30 537 71 61
Binary 11000011 110110 1001010 0 1001000 111110 11000 101011111 111001 110001

Color Harmonies of #C3364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3364A

Black with #C3364A

Text Example


Text Example

White with #C3364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3364A; }

 p { color: rgb(195,54,74); }

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

background-color css

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

 a { background-color: rgb(195,54,74); }

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

border-color css

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

 span { border-color: rgb(195,54,74); }

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