Html Css Color HEX #C5334B Old Rose

📋 copy color: '#C5334B'

red 197 ◦ green 51 ◦ blue 75

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

Shades of Old Rose #C5334B

Tints of Old Rose #C5334B

RGB

 RED value IS 197 (77.34% from 255) = 60.99%

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

 BLUE value IS 75 (29.69% from 255) = 23.22%

R = 60.99%
G = 15.79%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5334B (or 0xC5334B) is known color: Old Rose. HEX triplet: C5, 33 and 4B. RGB value is (197,51,75). Sum of RGB (Red+Green+Blue) = 197+51+75=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5334B is #3ACCB4. Grayscale: #616161. Windows color (decimal): -3853493 or 4928453. OLE color: 4928453.

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

Color convert

RGB 197 51 75 -
CMYK 0 0.74 0.62 0.23
HSL 350.14º 0.59% 0.49% -
HSV(B) 350.14º 0.74% 0.77% -
XYZ 25.48 14.75 8.16 -
YUV 97.39 115.37 199.05 -
System Red Green Blue C M Y K H S L
Decimal 197 51 75 0 0.74 0.62 0.23 350.14 0.59 0.49
Hex C5 33 4B 0 4A 3E 17 15E 3B 31
Octal 305 63 113 0 112 76 27 536 73 61
Binary 11000101 110011 1001011 0 1001010 111110 10111 101011110 111011 110001

Color Harmonies of #C5334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5334B

Black with #C5334B

Text Example


Text Example

White with #C5334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5334B; }

 p { color: rgb(197,51,75); }

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

background-color css

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

 a { background-color: rgb(197,51,75); }

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

border-color css

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

 span { border-color: rgb(197,51,75); }

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