Html Css Color HEX #C33960 Old Rose

📋 copy color: '#C33960'

red 195 ◦ green 57 ◦ blue 96

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

Shades of Old Rose #C33960

Tints of Old Rose #C33960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.38%

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 56.03%
G = 16.38%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C33960 (or 0xC33960) is known color: Old Rose. HEX triplet: C3, 39 and 60. RGB value is (195,57,96). Sum of RGB (Red+Green+Blue) = 195+57+96=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C33960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33960 is #3CC69F. Grayscale: #666666. Windows color (decimal): -3983008 or 6306243. OLE color: 6306243.

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

Color convert

RGB 195 57 96 -
CMYK 0 0.71 0.51 0.24
HSL 343.04º 0.55% 0.49% -
HSV(B) 343.04º 0.71% 0.76% -
XYZ 26.08 15.37 12.66 -
YUV 102.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 195 57 96 0 0.71 0.51 0.24 343.04 0.55 0.49
Hex C3 39 60 0 47 33 18 157 37 31
Octal 303 71 140 0 107 63 30 527 67 61
Binary 11000011 111001 1100000 0 1000111 110011 11000 101010111 110111 110001

Color Harmonies of #C33960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33960

Black with #C33960

Text Example


Text Example

White with #C33960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33960; }

 p { color: rgb(195,57,96); }

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

background-color css

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

 a { background-color: rgb(195,57,96); }

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

border-color css

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

 span { border-color: rgb(195,57,96); }

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