Html Css Color HEX #C3224C Old Rose

📋 copy color: '#C3224C'

red 195 ◦ green 34 ◦ blue 76

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

Shades of Old Rose #C3224C

Tints of Old Rose #C3224C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

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

R = 63.93%
G = 11.15%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3224C (or 0xC3224C) is known color: Old Rose. HEX triplet: C3, 22 and 4C. RGB value is (195,34,76). Sum of RGB (Red+Green+Blue) = 195+34+76=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3224C is #3CDDB3. Grayscale: #565656. Windows color (decimal): -3988916 or 4989635. OLE color: 4989635.

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

Color convert

RGB 195 34 76 -
CMYK 0 0.83 0.61 0.24
HSL 344.35º 0.7% 0.45% -
HSV(B) 344.35º 0.83% 0.76% -
XYZ 24.38 13.27 8.11 -
YUV 86.93 121.84 205.08 -
System Red Green Blue C M Y K H S L
Decimal 195 34 76 0 0.83 0.61 0.24 344.35 0.7 0.45
Hex C3 22 4C 0 53 3D 18 158 46 2D
Octal 303 42 114 0 123 75 30 530 106 55
Binary 11000011 100010 1001100 0 1010011 111101 11000 101011000 1000110 101101

Color Harmonies of #C3224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3224C

Black with #C3224C

Text Example


Text Example

White with #C3224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3224C; }

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

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

background-color css

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

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

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

border-color css

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

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

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