Html Css Color HEX #C9264A Old Rose

📋 copy color: '#C9264A'

red 201 ◦ green 38 ◦ blue 74

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

Shades of Old Rose #C9264A

Tints of Old Rose #C9264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.14%

 BLUE value IS 74 (29.3% from 255) = 23.64%

R = 64.22%
G = 12.14%
B = 23.64%

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

#C9264A (or 0xC9264A) is known color: Old Rose. HEX triplet: C9, 26 and 4A. RGB value is (201,38,74). Sum of RGB (Red+Green+Blue) = 201+38+74=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9264A is #36D9B5. Grayscale: #5A5A5A. Windows color (decimal): -3594678 or 4859593. OLE color: 4859593.

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

Color convert

RGB 201 38 74 -
CMYK 0 0.81 0.63 0.21
HSL 346.75º 0.68% 0.47% -
HSV(B) 346.75º 0.81% 0.79% -
XYZ 26.02 14.3 7.87 -
YUV 90.84 118.5 206.57 -
System Red Green Blue C M Y K H S L
Decimal 201 38 74 0 0.81 0.63 0.21 346.75 0.68 0.47
Hex C9 26 4A 0 51 3F 15 15B 44 2F
Octal 311 46 112 0 121 77 25 533 104 57
Binary 11001001 100110 1001010 0 1010001 111111 10101 101011011 1000100 101111

Color Harmonies of #C9264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9264A

Black with #C9264A

Text Example


Text Example

White with #C9264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9264A; }

 p { color: rgb(201,38,74); }

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

background-color css

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

 a { background-color: rgb(201,38,74); }

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

border-color css

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

 span { border-color: rgb(201,38,74); }

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