Html Css Color HEX #C9254B Old Rose

📋 copy color: '#C9254B'

red 201 ◦ green 37 ◦ blue 75

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

Shades of Old Rose #C9254B

Tints of Old Rose #C9254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.82%

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

R = 64.22%
G = 11.82%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9254B (or 0xC9254B) is known color: Old Rose. HEX triplet: C9, 25 and 4B. RGB value is (201,37,75). Sum of RGB (Red+Green+Blue) = 201+37+75=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9254B is #36DAB4. Grayscale: #5A5A5A. Windows color (decimal): -3594933 or 4924873. OLE color: 4924873.

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

Color convert

RGB 201 37 75 -
CMYK 0 0.82 0.63 0.21
HSL 346.1º 0.69% 0.47% -
HSV(B) 346.1º 0.82% 0.79% -
XYZ 26.02 14.25 8.04 -
YUV 90.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 201 37 75 0 0.82 0.63 0.21 346.1 0.69 0.47
Hex C9 25 4B 0 52 3F 15 15A 45 2F
Octal 311 45 113 0 122 77 25 532 105 57
Binary 11001001 100101 1001011 0 1010010 111111 10101 101011010 1000101 101111

Color Harmonies of #C9254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9254B

Black with #C9254B

Text Example


Text Example

White with #C9254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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