Html Css Color HEX #C4384A Old Rose

📋 copy color: '#C4384A'

red 196 ◦ green 56 ◦ blue 74

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

Shades of Old Rose #C4384A

Tints of Old Rose #C4384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

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

R = 60.12%
G = 17.18%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4384A (or 0xC4384A) is known color: Old Rose. HEX triplet: C4, 38 and 4A. RGB value is (196,56,74). Sum of RGB (Red+Green+Blue) = 196+56+74=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4384A is #3BC7B5. Grayscale: #636363. Windows color (decimal): -3917750 or 4864196. OLE color: 4864196.

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

Color convert

RGB 196 56 74 -
CMYK 0 0.71 0.62 0.23
HSL 352.29º 0.56% 0.49% -
HSV(B) 352.29º 0.71% 0.77% -
XYZ 25.42 15.06 8.05 -
YUV 99.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 196 56 74 0 0.71 0.62 0.23 352.29 0.56 0.49
Hex C4 38 4A 0 47 3E 17 160 38 31
Octal 304 70 112 0 107 76 27 540 70 61
Binary 11000100 111000 1001010 0 1000111 111110 10111 101100000 111000 110001

Color Harmonies of #C4384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4384A

Black with #C4384A

Text Example


Text Example

White with #C4384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4384A; }

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

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

background-color css

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

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

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

border-color css

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

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

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