Html Css Color HEX #C4335B Old Rose

📋 copy color: '#C4335B'

red 196 ◦ green 51 ◦ blue 91

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

Shades of Old Rose #C4335B

Tints of Old Rose #C4335B

RGB

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

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

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

R = 57.99%
G = 15.09%
B = 26.92%

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

#C4335B (or 0xC4335B) is known color: Old Rose. HEX triplet: C4, 33 and 5B. RGB value is (196,51,91). Sum of RGB (Red+Green+Blue) = 196+51+91=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C4335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4335B is #3BCCA4. Grayscale: #626262. Windows color (decimal): -3919013 or 5977028. OLE color: 5977028.

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

Color convert

RGB 196 51 91 -
CMYK 0 0.74 0.54 0.23
HSL 343.45º 0.59% 0.48% -
HSV(B) 343.45º 0.74% 0.77% -
XYZ 25.84 14.86 11.4 -
YUV 98.92 123.54 197.25 -
System Red Green Blue C M Y K H S L
Decimal 196 51 91 0 0.74 0.54 0.23 343.45 0.59 0.48
Hex C4 33 5B 0 4A 36 17 157 3B 30
Octal 304 63 133 0 112 66 27 527 73 60
Binary 11000100 110011 1011011 0 1001010 110110 10111 101010111 111011 110000

Color Harmonies of #C4335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4335B

Black with #C4335B

Text Example


Text Example

White with #C4335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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