Html Css Color HEX #C3264C Old Rose

📋 copy color: '#C3264C'

red 195 ◦ green 38 ◦ blue 76

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

Shades of Old Rose #C3264C

Tints of Old Rose #C3264C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.6%

R = 63.11%
G = 12.3%
B = 24.6%

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

#C3264C (or 0xC3264C) is known color: Old Rose. HEX triplet: C3, 26 and 4C. RGB value is (195,38,76). Sum of RGB (Red+Green+Blue) = 195+38+76=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3264C is #3CD9B3. Grayscale: #595959. Windows color (decimal): -3987892 or 4990659. OLE color: 4990659.

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

Color convert

RGB 195 38 76 -
CMYK 0 0.81 0.61 0.24
HSL 345.48º 0.67% 0.46% -
HSV(B) 345.48º 0.81% 0.76% -
XYZ 24.5 13.51 8.15 -
YUV 89.28 120.51 203.41 -
System Red Green Blue C M Y K H S L
Decimal 195 38 76 0 0.81 0.61 0.24 345.48 0.67 0.46
Hex C3 26 4C 0 51 3D 18 159 43 2E
Octal 303 46 114 0 121 75 30 531 103 56
Binary 11000011 100110 1001100 0 1010001 111101 11000 101011001 1000011 101110

Color Harmonies of #C3264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3264C

Black with #C3264C

Text Example


Text Example

White with #C3264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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