Html Css Color HEX #C4385C Old Rose

📋 copy color: '#C4385C'

red 196 ◦ green 56 ◦ blue 92

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

Shades of Old Rose #C4385C

Tints of Old Rose #C4385C

RGB

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

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

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

R = 56.98%
G = 16.28%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4385C (or 0xC4385C) is known color: Old Rose. HEX triplet: C4, 38 and 5C. RGB value is (196,56,92). Sum of RGB (Red+Green+Blue) = 196+56+92=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4385C is #3BC7A3. Grayscale: #656565. Windows color (decimal): -3917732 or 6043844. OLE color: 6043844.

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

Color convert

RGB 196 56 92 -
CMYK 0 0.71 0.53 0.23
HSL 344.57º 0.56% 0.49% -
HSV(B) 344.57º 0.71% 0.77% -
XYZ 26.11 15.34 11.71 -
YUV 101.96 122.38 195.07 -
System Red Green Blue C M Y K H S L
Decimal 196 56 92 0 0.71 0.53 0.23 344.57 0.56 0.49
Hex C4 38 5C 0 47 35 17 159 38 31
Octal 304 70 134 0 107 65 27 531 70 61
Binary 11000100 111000 1011100 0 1000111 110101 10111 101011001 111000 110001

Color Harmonies of #C4385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4385C

Black with #C4385C

Text Example


Text Example

White with #C4385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4385C; }

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

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

background-color css

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

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

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

border-color css

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

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

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