Html Css Color HEX #C4335A Old Rose

📋 copy color: '#C4335A'

red 196 ◦ green 51 ◦ blue 90

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

Shades of Old Rose #C4335A

Tints of Old Rose #C4335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

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

R = 58.16%
G = 15.13%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4335A (or 0xC4335A) is known color: Old Rose. HEX triplet: C4, 33 and 5A. RGB value is (196,51,90). Sum of RGB (Red+Green+Blue) = 196+51+90=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4335A is #3BCCA5. Grayscale: #626262. Windows color (decimal): -3919014 or 5911492. OLE color: 5911492.

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

Color convert

RGB 196 51 90 -
CMYK 0 0.74 0.54 0.23
HSL 343.86º 0.59% 0.48% -
HSV(B) 343.86º 0.74% 0.77% -
XYZ 25.79 14.84 11.18 -
YUV 98.8 123.04 197.33 -
System Red Green Blue C M Y K H S L
Decimal 196 51 90 0 0.74 0.54 0.23 343.86 0.59 0.48
Hex C4 33 5A 0 4A 36 17 158 3B 30
Octal 304 63 132 0 112 66 27 530 73 60
Binary 11000100 110011 1011010 0 1001010 110110 10111 101011000 111011 110000

Color Harmonies of #C4335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4335A

Black with #C4335A

Text Example


Text Example

White with #C4335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4335A; }

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

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

background-color css

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

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

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

border-color css

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

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

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