Html Css Color HEX #C33750 Old Rose

📋 copy color: '#C33750'

red 195 ◦ green 55 ◦ blue 80

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

Shades of Old Rose #C33750

Tints of Old Rose #C33750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

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

R = 59.09%
G = 16.67%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C33750 (or 0xC33750) is known color: Old Rose. HEX triplet: C3, 37 and 50. RGB value is (195,55,80). Sum of RGB (Red+Green+Blue) = 195+55+80=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C33750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33750 is #3CC8AF. Grayscale: #636363. Windows color (decimal): -3983536 or 5257155. OLE color: 5257155.

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

Color convert

RGB 195 55 80 -
CMYK 0 0.72 0.59 0.24
HSL 349.29º 0.56% 0.49% -
HSV(B) 349.29º 0.72% 0.76% -
XYZ 25.32 14.91 9.13 -
YUV 99.71 116.88 195.97 -
System Red Green Blue C M Y K H S L
Decimal 195 55 80 0 0.72 0.59 0.24 349.29 0.56 0.49
Hex C3 37 50 0 48 3B 18 15D 38 31
Octal 303 67 120 0 110 73 30 535 70 61
Binary 11000011 110111 1010000 0 1001000 111011 11000 101011101 111000 110001

Color Harmonies of #C33750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33750

Black with #C33750

Text Example


Text Example

White with #C33750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33750; }

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

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

background-color css

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

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

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

border-color css

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

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

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