Html Css Color HEX #C3264A Old Rose

📋 copy color: '#C3264A'

red 195 ◦ green 38 ◦ blue 74

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

Shades of Old Rose #C3264A

Tints of Old Rose #C3264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.38%

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

R = 63.52%
G = 12.38%
B = 24.1%

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

#C3264A (or 0xC3264A) is known color: Old Rose. HEX triplet: C3, 26 and 4A. RGB value is (195,38,74). Sum of RGB (Red+Green+Blue) = 195+38+74=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3264A is #3CD9B5. Grayscale: #595959. Windows color (decimal): -3987894 or 4859587. OLE color: 4859587.

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

Color convert

RGB 195 38 74 -
CMYK 0 0.81 0.62 0.24
HSL 346.24º 0.67% 0.46% -
HSV(B) 346.24º 0.81% 0.76% -
XYZ 24.43 13.48 7.79 -
YUV 89.05 119.51 203.57 -
System Red Green Blue C M Y K H S L
Decimal 195 38 74 0 0.81 0.62 0.24 346.24 0.67 0.46
Hex C3 26 4A 0 51 3E 18 15A 43 2E
Octal 303 46 112 0 121 76 30 532 103 56
Binary 11000011 100110 1001010 0 1010001 111110 11000 101011010 1000011 101110

Color Harmonies of #C3264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3264A

Black with #C3264A

Text Example


Text Example

White with #C3264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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