Html Css Color HEX #C3365F Old Rose

📋 copy color: '#C3365F'

red 195 ◦ green 54 ◦ blue 95

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

Shades of Old Rose #C3365F

Tints of Old Rose #C3365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.7%

 BLUE value IS 95 (37.5% from 255) = 27.62%

R = 56.69%
G = 15.7%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3365F (or 0xC3365F) is known color: Old Rose. HEX triplet: C3, 36 and 5F. RGB value is (195,54,95). Sum of RGB (Red+Green+Blue) = 195+54+95=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C3365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3365F is #3CC9A0. Grayscale: #646464. Windows color (decimal): -3983777 or 6239939. OLE color: 6239939.

HSL color Cylindrical-coordinate representation of color #C3365F: hue angle of 342.55º degrees, saturation: 0.57, 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 #C3365F is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 54 95 -
CMYK 0 0.72 0.51 0.24
HSL 342.55º 0.57% 0.49% -
HSV(B) 342.55º 0.72% 0.76% -
XYZ 25.89 15.07 12.37 -
YUV 100.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 195 54 95 0 0.72 0.51 0.24 342.55 0.57 0.49
Hex C3 36 5F 0 48 33 18 157 39 31
Octal 303 66 137 0 110 63 30 527 71 61
Binary 11000011 110110 1011111 0 1001000 110011 11000 101010111 111001 110001

Color Harmonies of #C3365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3365F

Black with #C3365F

Text Example


Text Example

White with #C3365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3365F; }

 p { color: rgb(195,54,95); }

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

background-color css

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

 a { background-color: rgb(195,54,95); }

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

border-color css

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

 span { border-color: rgb(195,54,95); }

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