Html Css Color HEX #C9274B Old Rose

📋 copy color: '#C9274B'

red 201 ◦ green 39 ◦ blue 75

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

Shades of Old Rose #C9274B

Tints of Old Rose #C9274B

RGB

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

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

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

R = 63.81%
G = 12.38%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9274B (or 0xC9274B) is known color: Old Rose. HEX triplet: C9, 27 and 4B. RGB value is (201,39,75). Sum of RGB (Red+Green+Blue) = 201+39+75=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9274B is #36D8B4. Grayscale: #5B5B5B. Windows color (decimal): -3594421 or 4925385. OLE color: 4925385.

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

Color convert

RGB 201 39 75 -
CMYK 0 0.81 0.63 0.21
HSL 346.67º 0.68% 0.47% -
HSV(B) 346.67º 0.81% 0.79% -
XYZ 26.08 14.38 8.06 -
YUV 91.54 118.67 206.07 -
System Red Green Blue C M Y K H S L
Decimal 201 39 75 0 0.81 0.63 0.21 346.67 0.68 0.47
Hex C9 27 4B 0 51 3F 15 15B 44 2F
Octal 311 47 113 0 121 77 25 533 104 57
Binary 11001001 100111 1001011 0 1010001 111111 10101 101011011 1000100 101111

Color Harmonies of #C9274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9274B

Black with #C9274B

Text Example


Text Example

White with #C9274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9274B; }

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

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

background-color css

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

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

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

border-color css

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

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

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