Html Css Color HEX #C5404B Old Rose

📋 copy color: '#C5404B'

red 197 ◦ green 64 ◦ blue 75

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

Shades of Old Rose #C5404B

Tints of Old Rose #C5404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

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

R = 58.63%
G = 19.05%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5404B (or 0xC5404B) is known color: Old Rose. HEX triplet: C5, 40 and 4B. RGB value is (197,64,75). Sum of RGB (Red+Green+Blue) = 197+64+75=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C5404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5404B is #3ABFB4. Grayscale: #696969. Windows color (decimal): -3850165 or 4931781. OLE color: 4931781.

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

Color convert

RGB 197 64 75 -
CMYK 0 0.68 0.62 0.23
HSL 355.04º 0.53% 0.51% -
HSV(B) 355.04º 0.68% 0.77% -
XYZ 26.13 16.05 8.38 -
YUV 105.02 111.06 193.61 -
System Red Green Blue C M Y K H S L
Decimal 197 64 75 0 0.68 0.62 0.23 355.04 0.53 0.51
Hex C5 40 4B 0 44 3E 17 163 35 33
Octal 305 100 113 0 104 76 27 543 65 63
Binary 11000101 1000000 1001011 0 1000100 111110 10111 101100011 110101 110011

Color Harmonies of #C5404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5404B

Black with #C5404B

Text Example


Text Example

White with #C5404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5404B; }

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

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

background-color css

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

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

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

border-color css

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

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

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