Html Css Color HEX #C2254B Old Rose

📋 copy color: '#C2254B'

red 194 ◦ green 37 ◦ blue 75

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

Shades of Old Rose #C2254B

Tints of Old Rose #C2254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.09%

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

R = 63.4%
G = 12.09%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2254B (or 0xC2254B) is known color: Old Rose. HEX triplet: C2, 25 and 4B. RGB value is (194,37,75). Sum of RGB (Red+Green+Blue) = 194+37+75=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2254B is #3DDAB4. Grayscale: #585858. Windows color (decimal): -4053685 or 4924866. OLE color: 4924866.

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

Color convert

RGB 194 37 75 -
CMYK 0 0.81 0.61 0.24
HSL 345.48º 0.68% 0.45% -
HSV(B) 345.48º 0.81% 0.76% -
XYZ 24.18 13.3 7.95 -
YUV 88.28 120.51 203.41 -
System Red Green Blue C M Y K H S L
Decimal 194 37 75 0 0.81 0.61 0.24 345.48 0.68 0.45
Hex C2 25 4B 0 51 3D 18 159 44 2D
Octal 302 45 113 0 121 75 30 531 104 55
Binary 11000010 100101 1001011 0 1010001 111101 11000 101011001 1000100 101101

Color Harmonies of #C2254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2254B

Black with #C2254B

Text Example


Text Example

White with #C2254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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