Html Css Color HEX #C9234D Old Rose

📋 copy color: '#C9234D'

red 201 ◦ green 35 ◦ blue 77

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

Shades of Old Rose #C9234D

Tints of Old Rose #C9234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

 BLUE value IS 77 (30.47% from 255) = 24.6%

R = 64.22%
G = 11.18%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9234D (or 0xC9234D) is known color: Old Rose. HEX triplet: C9, 23 and 4D. RGB value is (201,35,77). Sum of RGB (Red+Green+Blue) = 201+35+77=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9234D is #36DCB2. Grayscale: #595959. Windows color (decimal): -3595443 or 5055433. OLE color: 5055433.

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

Color convert

RGB 201 35 77 -
CMYK 0 0.83 0.62 0.21
HSL 344.82º 0.7% 0.46% -
HSV(B) 344.82º 0.83% 0.79% -
XYZ 26.03 14.16 8.38 -
YUV 89.42 121 207.58 -
System Red Green Blue C M Y K H S L
Decimal 201 35 77 0 0.83 0.62 0.21 344.82 0.7 0.46
Hex C9 23 4D 0 53 3E 15 159 46 2E
Octal 311 43 115 0 123 76 25 531 106 56
Binary 11001001 100011 1001101 0 1010011 111110 10101 101011001 1000110 101110

Color Harmonies of #C9234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9234D

Black with #C9234D

Text Example


Text Example

White with #C9234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9234D; }

 p { color: rgb(201,35,77); }

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

background-color css

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

 a { background-color: rgb(201,35,77); }

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

border-color css

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

 span { border-color: rgb(201,35,77); }

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