Html Css Color HEX #C3365B Old Rose

📋 copy color: '#C3365B'

red 195 ◦ green 54 ◦ blue 91

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

Shades of Old Rose #C3365B

Tints of Old Rose #C3365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.76%

R = 57.35%
G = 15.88%
B = 26.76%

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

#C3365B (or 0xC3365B) is known color: Old Rose. HEX triplet: C3, 36 and 5B. RGB value is (195,54,91). Sum of RGB (Red+Green+Blue) = 195+54+91=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3365B is #3CC9A4. Grayscale: #646464. Windows color (decimal): -3983781 or 5977795. OLE color: 5977795.

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

Color convert

RGB 195 54 91 -
CMYK 0 0.72 0.53 0.24
HSL 344.26º 0.57% 0.49% -
HSV(B) 344.26º 0.72% 0.76% -
XYZ 25.71 15 11.44 -
YUV 100.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 195 54 91 0 0.72 0.53 0.24 344.26 0.57 0.49
Hex C3 36 5B 0 48 35 18 158 39 31
Octal 303 66 133 0 110 65 30 530 71 61
Binary 11000011 110110 1011011 0 1001000 110101 11000 101011000 111001 110001

Color Harmonies of #C3365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3365B

Black with #C3365B

Text Example


Text Example

White with #C3365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3365B; }

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

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

background-color css

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

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

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

border-color css

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

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

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