Html Css Color HEX #C4365B Old Rose

📋 copy color: '#C4365B'

red 196 ◦ green 54 ◦ blue 91

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

Shades of Old Rose #C4365B

Tints of Old Rose #C4365B

RGB

 RED value IS 196 (76.95% from 255) = 57.48%

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

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

R = 57.48%
G = 15.84%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4365B (or 0xC4365B) is known color: Old Rose. HEX triplet: C4, 36 and 5B. RGB value is (196,54,91). Sum of RGB (Red+Green+Blue) = 196+54+91=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4365B is #3BC9A4. Grayscale: #646464. Windows color (decimal): -3918245 or 5977796. OLE color: 5977796.

HSL color Cylindrical-coordinate representation of color #C4365B: hue angle of 344.37º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4365B is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 54 91 -
CMYK 0 0.72 0.54 0.23
HSL 344.37º 0.57% 0.49% -
HSV(B) 344.37º 0.72% 0.77% -
XYZ 25.97 15.13 11.45 -
YUV 100.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 196 54 91 0 0.72 0.54 0.23 344.37 0.57 0.49
Hex C4 36 5B 0 48 36 17 158 39 31
Octal 304 66 133 0 110 66 27 530 71 61
Binary 11000100 110110 1011011 0 1001000 110110 10111 101011000 111001 110001

Color Harmonies of #C4365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4365B

Black with #C4365B

Text Example


Text Example

White with #C4365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4365B; }

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

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

background-color css

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

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

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

border-color css

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

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

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