Html Css Color HEX #C2284B Old Rose

📋 copy color: '#C2284B'

red 194 ◦ green 40 ◦ blue 75

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

Shades of Old Rose #C2284B

Tints of Old Rose #C2284B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.94%

 BLUE value IS 75 (29.69% from 255) = 24.27%

R = 62.78%
G = 12.94%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2284B (or 0xC2284B) is known color: Old Rose. HEX triplet: C2, 28 and 4B. RGB value is (194,40,75). Sum of RGB (Red+Green+Blue) = 194+40+75=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2284B is #3DD7B4. Grayscale: #5A5A5A. Windows color (decimal): -4052917 or 4925634. OLE color: 4925634.

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

Color convert

RGB 194 40 75 -
CMYK 0 0.79 0.61 0.24
HSL 346.36º 0.66% 0.46% -
HSV(B) 346.36º 0.79% 0.76% -
XYZ 24.28 13.49 7.98 -
YUV 90.04 119.52 202.15 -
System Red Green Blue C M Y K H S L
Decimal 194 40 75 0 0.79 0.61 0.24 346.36 0.66 0.46
Hex C2 28 4B 0 4F 3D 18 15A 42 2E
Octal 302 50 113 0 117 75 30 532 102 56
Binary 11000010 101000 1001011 0 1001111 111101 11000 101011010 1000010 101110

Color Harmonies of #C2284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2284B

Black with #C2284B

Text Example


Text Example

White with #C2284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2284B; }

 p { color: rgb(194,40,75); }

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

background-color css

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

 a { background-color: rgb(194,40,75); }

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

border-color css

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

 span { border-color: rgb(194,40,75); }

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