Html Css Color HEX #C2384A Old Rose

📋 copy color: '#C2384A'

red 194 ◦ green 56 ◦ blue 74

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

Shades of Old Rose #C2384A

Tints of Old Rose #C2384A

RGB

 RED value IS 194 (76.17% from 255) = 59.88%

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

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

R = 59.88%
G = 17.28%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2384A (or 0xC2384A) is known color: Old Rose. HEX triplet: C2, 38 and 4A. RGB value is (194,56,74). Sum of RGB (Red+Green+Blue) = 194+56+74=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2384A is #3DC7B5. Grayscale: #636363. Windows color (decimal): -4048822 or 4864194. OLE color: 4864194.

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

Color convert

RGB 194 56 74 -
CMYK 0 0.71 0.62 0.24
HSL 352.17º 0.55% 0.49% -
HSV(B) 352.17º 0.71% 0.76% -
XYZ 24.9 14.79 8.02 -
YUV 99.31 113.72 195.54 -
System Red Green Blue C M Y K H S L
Decimal 194 56 74 0 0.71 0.62 0.24 352.17 0.55 0.49
Hex C2 38 4A 0 47 3E 18 160 37 31
Octal 302 70 112 0 107 76 30 540 67 61
Binary 11000010 111000 1001010 0 1000111 111110 11000 101100000 110111 110001

Color Harmonies of #C2384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2384A

Black with #C2384A

Text Example


Text Example

White with #C2384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2384A; }

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

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

background-color css

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

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

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

border-color css

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

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

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