Html Css Color HEX #C92754 Old Rose

📋 copy color: '#C92754'

red 201 ◦ green 39 ◦ blue 84

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

Shades of Old Rose #C92754

Tints of Old Rose #C92754

RGB

 RED value IS 201 (78.91% from 255) = 62.04%

 GREEN value IS 39 (15.63% from 255) = 12.04%

 BLUE value IS 84 (33.2% from 255) = 25.93%

R = 62.04%
G = 12.04%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C92754 (or 0xC92754) is known color: Old Rose. HEX triplet: C9, 27 and 54. RGB value is (201,39,84). Sum of RGB (Red+Green+Blue) = 201+39+84=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C92754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92754 is #36D8AB. Grayscale: #5C5C5C. Windows color (decimal): -3594412 or 5515209. OLE color: 5515209.

HSL color Cylindrical-coordinate representation of color #C92754: hue angle of 343.33º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92754 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 39 84 -
CMYK 0 0.81 0.58 0.21
HSL 343.33º 0.68% 0.47% -
HSV(B) 343.33º 0.81% 0.79% -
XYZ 26.41 14.51 9.8 -
YUV 92.57 123.17 205.34 -
System Red Green Blue C M Y K H S L
Decimal 201 39 84 0 0.81 0.58 0.21 343.33 0.68 0.47
Hex C9 27 54 0 51 3A 15 157 44 2F
Octal 311 47 124 0 121 72 25 527 104 57
Binary 11001001 100111 1010100 0 1010001 111010 10101 101010111 1000100 101111

Color Harmonies of #C92754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92754

Black with #C92754

Text Example


Text Example

White with #C92754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92754; }

 p { color: rgb(201,39,84); }

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

background-color css

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

 a { background-color: rgb(201,39,84); }

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

border-color css

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

 span { border-color: rgb(201,39,84); }

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