Html Css Color HEX #C3365E Old Rose

📋 copy color: '#C3365E'

red 195 ◦ green 54 ◦ blue 94

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

Shades of Old Rose #C3365E

Tints of Old Rose #C3365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.41%

R = 56.85%
G = 15.74%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3365E (or 0xC3365E) is known color: Old Rose. HEX triplet: C3, 36 and 5E. RGB value is (195,54,94). Sum of RGB (Red+Green+Blue) = 195+54+94=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3365E is #3CC9A1. Grayscale: #646464. Windows color (decimal): -3983778 or 6174403. OLE color: 6174403.

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

Color convert

RGB 195 54 94 -
CMYK 0 0.72 0.52 0.24
HSL 342.98º 0.57% 0.49% -
HSV(B) 342.98º 0.72% 0.76% -
XYZ 25.85 15.05 12.13 -
YUV 100.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 195 54 94 0 0.72 0.52 0.24 342.98 0.57 0.49
Hex C3 36 5E 0 48 34 18 157 39 31
Octal 303 66 136 0 110 64 30 527 71 61
Binary 11000011 110110 1011110 0 1001000 110100 11000 101010111 111001 110001

Color Harmonies of #C3365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3365E

Black with #C3365E

Text Example


Text Example

White with #C3365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3365E; }

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

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

background-color css

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

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

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

border-color css

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

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

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