Html Css Color HEX #C4364A Old Rose

📋 copy color: '#C4364A'

red 196 ◦ green 54 ◦ blue 74

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

Shades of Old Rose #C4364A

Tints of Old Rose #C4364A

RGB

 RED value IS 196 (76.95% from 255) = 60.49%

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

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

R = 60.49%
G = 16.67%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4364A (or 0xC4364A) is known color: Old Rose. HEX triplet: C4, 36 and 4A. RGB value is (196,54,74). Sum of RGB (Red+Green+Blue) = 196+54+74=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C4364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4364A is #3BC9B5. Grayscale: #626262. Windows color (decimal): -3918262 or 4863684. OLE color: 4863684.

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

Color convert

RGB 196 54 74 -
CMYK 0 0.72 0.62 0.23
HSL 351.55º 0.57% 0.49% -
HSV(B) 351.55º 0.72% 0.77% -
XYZ 25.32 14.87 8.01 -
YUV 98.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 196 54 74 0 0.72 0.62 0.23 351.55 0.57 0.49
Hex C4 36 4A 0 48 3E 17 160 39 31
Octal 304 66 112 0 110 76 27 540 71 61
Binary 11000100 110110 1001010 0 1001000 111110 10111 101100000 111001 110001

Color Harmonies of #C4364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4364A

Black with #C4364A

Text Example


Text Example

White with #C4364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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