Html Css Color HEX #C9234B Old Rose

📋 copy color: '#C9234B'

red 201 ◦ green 35 ◦ blue 75

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

Shades of Old Rose #C9234B

Tints of Old Rose #C9234B

RGB

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

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

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

R = 64.63%
G = 11.25%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9234B (or 0xC9234B) is known color: Old Rose. HEX triplet: C9, 23 and 4B. RGB value is (201,35,75). Sum of RGB (Red+Green+Blue) = 201+35+75=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9234B is #36DCB4. Grayscale: #595959. Windows color (decimal): -3595445 or 4924361. OLE color: 4924361.

HSL color Cylindrical-coordinate representation of color #C9234B: hue angle of 345.54º 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 #C9234B is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 75 -
CMYK 0 0.83 0.63 0.21
HSL 345.54º 0.7% 0.46% -
HSV(B) 345.54º 0.83% 0.79% -
XYZ 25.96 14.13 8.02 -
YUV 89.19 120 207.75 -
System Red Green Blue C M Y K H S L
Decimal 201 35 75 0 0.83 0.63 0.21 345.54 0.7 0.46
Hex C9 23 4B 0 53 3F 15 15A 46 2E
Octal 311 43 113 0 123 77 25 532 106 56
Binary 11001001 100011 1001011 0 1010011 111111 10101 101011010 1000110 101110

Color Harmonies of #C9234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9234B

Black with #C9234B

Text Example


Text Example

White with #C9234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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