Html Css Color HEX #C92154 Old Rose

📋 copy color: '#C92154'

red 201 ◦ green 33 ◦ blue 84

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

Shades of Old Rose #C92154

Tints of Old Rose #C92154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.38%

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

R = 63.21%
G = 10.38%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C92154 (or 0xC92154) is known color: Old Rose. HEX triplet: C9, 21 and 54. RGB value is (201,33,84). Sum of RGB (Red+Green+Blue) = 201+33+84=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C92154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92154 is #36DEAB. Grayscale: #595959. Windows color (decimal): -3595948 or 5513673. OLE color: 5513673.

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

Color convert

RGB 201 33 84 -
CMYK 0 0.84 0.58 0.21
HSL 341.79º 0.72% 0.46% -
HSV(B) 341.79º 0.84% 0.79% -
XYZ 26.23 14.15 9.74 -
YUV 89.05 125.16 207.85 -
System Red Green Blue C M Y K H S L
Decimal 201 33 84 0 0.84 0.58 0.21 341.79 0.72 0.46
Hex C9 21 54 0 54 3A 15 156 48 2E
Octal 311 41 124 0 124 72 25 526 110 56
Binary 11001001 100001 1010100 0 1010100 111010 10101 101010110 1001000 101110

Color Harmonies of #C92154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92154

Black with #C92154

Text Example


Text Example

White with #C92154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92154; }

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

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

background-color css

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

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

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

border-color css

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

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

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