Html Css Color HEX #C4385F Old Rose

📋 copy color: '#C4385F'

red 196 ◦ green 56 ◦ blue 95

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

Shades of Old Rose #C4385F

Tints of Old Rose #C4385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.14%

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

R = 56.48%
G = 16.14%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4385F (or 0xC4385F) is known color: Old Rose. HEX triplet: C4, 38 and 5F. RGB value is (196,56,95). Sum of RGB (Red+Green+Blue) = 196+56+95=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C4385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4385F is #3BC7A0. Grayscale: #666666. Windows color (decimal): -3917729 or 6240452. OLE color: 6240452.

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

Color convert

RGB 196 56 95 -
CMYK 0 0.71 0.52 0.23
HSL 343.29º 0.56% 0.49% -
HSV(B) 343.29º 0.71% 0.77% -
XYZ 26.24 15.39 12.41 -
YUV 102.31 123.88 194.83 -
System Red Green Blue C M Y K H S L
Decimal 196 56 95 0 0.71 0.52 0.23 343.29 0.56 0.49
Hex C4 38 5F 0 47 34 17 157 38 31
Octal 304 70 137 0 107 64 27 527 70 61
Binary 11000100 111000 1011111 0 1000111 110100 10111 101010111 111000 110001

Color Harmonies of #C4385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4385F

Black with #C4385F

Text Example


Text Example

White with #C4385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4385F; }

 p { color: rgb(196,56,95); }

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

background-color css

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

 a { background-color: rgb(196,56,95); }

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

border-color css

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

 span { border-color: rgb(196,56,95); }

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