Html Css Color HEX #C4375A Old Rose

📋 copy color: '#C4375A'

red 196 ◦ green 55 ◦ blue 90

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

Shades of Old Rose #C4375A

Tints of Old Rose #C4375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.13%

 BLUE value IS 90 (35.55% from 255) = 26.39%

R = 57.48%
G = 16.13%
B = 26.39%

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

#C4375A (or 0xC4375A) is known color: Old Rose. HEX triplet: C4, 37 and 5A. RGB value is (196,55,90). Sum of RGB (Red+Green+Blue) = 196+55+90=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4375A is #3BC8A5. Grayscale: #656565. Windows color (decimal): -3917990 or 5912516. OLE color: 5912516.

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

Color convert

RGB 196 55 90 -
CMYK 0 0.72 0.54 0.23
HSL 345.11º 0.56% 0.49% -
HSV(B) 345.11º 0.72% 0.77% -
XYZ 25.98 15.21 11.24 -
YUV 101.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 196 55 90 0 0.72 0.54 0.23 345.11 0.56 0.49
Hex C4 37 5A 0 48 36 17 159 38 31
Octal 304 67 132 0 110 66 27 531 70 61
Binary 11000100 110111 1011010 0 1001000 110110 10111 101011001 111000 110001

Color Harmonies of #C4375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4375A

Black with #C4375A

Text Example


Text Example

White with #C4375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4375A; }

 p { color: rgb(196,55,90); }

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

background-color css

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

 a { background-color: rgb(196,55,90); }

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

border-color css

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

 span { border-color: rgb(196,55,90); }

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