Html Css Color HEX #C33863 Old Rose

📋 copy color: '#C33863'

red 195 ◦ green 56 ◦ blue 99

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

Shades of Old Rose #C33863

Tints of Old Rose #C33863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

 BLUE value IS 99 (39.06% from 255) = 28.29%

R = 55.71%
G = 16%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C33863 (or 0xC33863) is known color: Old Rose. HEX triplet: C3, 38 and 63. RGB value is (195,56,99). Sum of RGB (Red+Green+Blue) = 195+56+99=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C33863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33863 is #3CC79C. Grayscale: #666666. Windows color (decimal): -3983261 or 6502595. OLE color: 6502595.

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

Color convert

RGB 195 56 99 -
CMYK 0 0.71 0.49 0.24
HSL 341.44º 0.55% 0.49% -
HSV(B) 341.44º 0.71% 0.76% -
XYZ 26.17 15.33 13.38 -
YUV 102.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 195 56 99 0 0.71 0.49 0.24 341.44 0.55 0.49
Hex C3 38 63 0 47 31 18 155 37 31
Octal 303 70 143 0 107 61 30 525 67 61
Binary 11000011 111000 1100011 0 1000111 110001 11000 101010101 110111 110001

Color Harmonies of #C33863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33863

Black with #C33863

Text Example


Text Example

White with #C33863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33863; }

 p { color: rgb(195,56,99); }

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

background-color css

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

 a { background-color: rgb(195,56,99); }

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

border-color css

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

 span { border-color: rgb(195,56,99); }

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