Html Css Color HEX #C4385B Old Rose

📋 copy color: '#C4385B'

red 196 ◦ green 56 ◦ blue 91

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

Shades of Old Rose #C4385B

Tints of Old Rose #C4385B

RGB

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

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

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

R = 57.14%
G = 16.33%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4385B (or 0xC4385B) is known color: Old Rose. HEX triplet: C4, 38 and 5B. RGB value is (196,56,91). Sum of RGB (Red+Green+Blue) = 196+56+91=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C4385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4385B is #3BC7A4. Grayscale: #656565. Windows color (decimal): -3917733 or 5978308. OLE color: 5978308.

HSL color Cylindrical-coordinate representation of color #C4385B: hue angle of 345º 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 #C4385B is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 56 91 -
CMYK 0 0.71 0.54 0.23
HSL 345º 0.56% 0.49% -
HSV(B) 345º 0.71% 0.77% -
XYZ 26.07 15.32 11.48 -
YUV 101.85 121.88 195.15 -
System Red Green Blue C M Y K H S L
Decimal 196 56 91 0 0.71 0.54 0.23 345 0.56 0.49
Hex C4 38 5B 0 47 36 17 159 38 31
Octal 304 70 133 0 107 66 27 531 70 61
Binary 11000100 111000 1011011 0 1000111 110110 10111 101011001 111000 110001

Color Harmonies of #C4385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4385B

Black with #C4385B

Text Example


Text Example

White with #C4385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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