Html Css Color HEX #C33350 Old Rose

📋 copy color: '#C33350'

red 195 ◦ green 51 ◦ blue 80

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

Shades of Old Rose #C33350

Tints of Old Rose #C33350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 59.82%
G = 15.64%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C33350 (or 0xC33350) is known color: Old Rose. HEX triplet: C3, 33 and 50. RGB value is (195,51,80). Sum of RGB (Red+Green+Blue) = 195+51+80=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C33350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33350 is #3CCCAF. Grayscale: #616161. Windows color (decimal): -3984560 or 5256131. OLE color: 5256131.

HSL color Cylindrical-coordinate representation of color #C33350: hue angle of 347.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33350 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 51 80 -
CMYK 0 0.74 0.59 0.24
HSL 347.92º 0.59% 0.48% -
HSV(B) 347.92º 0.74% 0.76% -
XYZ 25.14 14.55 9.07 -
YUV 97.36 118.21 197.64 -
System Red Green Blue C M Y K H S L
Decimal 195 51 80 0 0.74 0.59 0.24 347.92 0.59 0.48
Hex C3 33 50 0 4A 3B 18 15C 3B 30
Octal 303 63 120 0 112 73 30 534 73 60
Binary 11000011 110011 1010000 0 1001010 111011 11000 101011100 111011 110000

Color Harmonies of #C33350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33350

Black with #C33350

Text Example


Text Example

White with #C33350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33350; }

 p { color: rgb(195,51,80); }

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

background-color css

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

 a { background-color: rgb(195,51,80); }

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

border-color css

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

 span { border-color: rgb(195,51,80); }

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