Html Css Color HEX #C3365C Old Rose

📋 copy color: '#C3365C'

red 195 ◦ green 54 ◦ blue 92

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

Shades of Old Rose #C3365C

Tints of Old Rose #C3365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 57.18%
G = 15.84%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3365C (or 0xC3365C) is known color: Old Rose. HEX triplet: C3, 36 and 5C. RGB value is (195,54,92). Sum of RGB (Red+Green+Blue) = 195+54+92=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3365C is #3CC9A3. Grayscale: #646464. Windows color (decimal): -3983780 or 6043331. OLE color: 6043331.

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

Color convert

RGB 195 54 92 -
CMYK 0 0.72 0.53 0.24
HSL 343.83º 0.57% 0.49% -
HSV(B) 343.83º 0.72% 0.76% -
XYZ 25.76 15.01 11.67 -
YUV 100.49 123.21 195.41 -
System Red Green Blue C M Y K H S L
Decimal 195 54 92 0 0.72 0.53 0.24 343.83 0.57 0.49
Hex C3 36 5C 0 48 35 18 158 39 31
Octal 303 66 134 0 110 65 30 530 71 61
Binary 11000011 110110 1011100 0 1001000 110101 11000 101011000 111001 110001

Color Harmonies of #C3365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3365C

Black with #C3365C

Text Example


Text Example

White with #C3365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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