Html Css Color HEX #C3254A Old Rose

📋 copy color: '#C3254A'

red 195 ◦ green 37 ◦ blue 74

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

Shades of Old Rose #C3254A

Tints of Old Rose #C3254A

RGB

 RED value IS 195 (76.56% from 255) = 63.73%

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

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

R = 63.73%
G = 12.09%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3254A (or 0xC3254A) is known color: Old Rose. HEX triplet: C3, 25 and 4A. RGB value is (195,37,74). Sum of RGB (Red+Green+Blue) = 195+37+74=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3254A is #3CDAB5. Grayscale: #585858. Windows color (decimal): -3988150 or 4859331. OLE color: 4859331.

HSL color Cylindrical-coordinate representation of color #C3254A: hue angle of 345.95º 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 #C3254A is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 37 74 -
CMYK 0 0.81 0.62 0.24
HSL 345.95º 0.68% 0.45% -
HSV(B) 345.95º 0.81% 0.76% -
XYZ 24.4 13.42 7.78 -
YUV 88.46 119.85 203.99 -
System Red Green Blue C M Y K H S L
Decimal 195 37 74 0 0.81 0.62 0.24 345.95 0.68 0.45
Hex C3 25 4A 0 51 3E 18 15A 44 2D
Octal 303 45 112 0 121 76 30 532 104 55
Binary 11000011 100101 1001010 0 1010001 111110 11000 101011010 1000100 101101

Color Harmonies of #C3254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3254A

Black with #C3254A

Text Example


Text Example

White with #C3254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3254A; }

 p { color: rgb(195,37,74); }

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

background-color css

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

 a { background-color: rgb(195,37,74); }

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

border-color css

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

 span { border-color: rgb(195,37,74); }

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