Html Css Color HEX #C4335E Old Rose

📋 copy color: '#C4335E'

red 196 ◦ green 51 ◦ blue 94

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

Shades of Old Rose #C4335E

Tints of Old Rose #C4335E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 57.48%
G = 14.96%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4335E (or 0xC4335E) is known color: Old Rose. HEX triplet: C4, 33 and 5E. RGB value is (196,51,94). Sum of RGB (Red+Green+Blue) = 196+51+94=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4335E is #3BCCA1. Grayscale: #636363. Windows color (decimal): -3919010 or 6173636. OLE color: 6173636.

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

Color convert

RGB 196 51 94 -
CMYK 0 0.74 0.52 0.23
HSL 342.21º 0.59% 0.48% -
HSV(B) 342.21º 0.74% 0.77% -
XYZ 25.97 14.91 12.1 -
YUV 99.26 125.04 197 -
System Red Green Blue C M Y K H S L
Decimal 196 51 94 0 0.74 0.52 0.23 342.21 0.59 0.48
Hex C4 33 5E 0 4A 34 17 156 3B 30
Octal 304 63 136 0 112 64 27 526 73 60
Binary 11000100 110011 1011110 0 1001010 110100 10111 101010110 111011 110000

Color Harmonies of #C4335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4335E

Black with #C4335E

Text Example


Text Example

White with #C4335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4335E; }

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

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

background-color css

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

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

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

border-color css

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

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

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