Html Css Color HEX #C90269 Ruby

📋 copy color: '#C90269'

red 201 ◦ green 2 ◦ blue 105

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

Shades of Ruby #C90269

Tints of Ruby #C90269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 105 (41.41% from 255) = 34.09%

R = 65.26%
G = 0.65%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C90269 (or 0xC90269) is known color: Ruby. HEX triplet: C9, 02 and 69. RGB value is (201,2,105). Sum of RGB (Red+Green+Blue) = 201+2+105=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C90269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90269 is #36FD96. Grayscale: #494949. Windows color (decimal): -3603863 or 6881993. OLE color: 6881993.

HSL color Cylindrical-coordinate representation of color #C90269: hue angle of 328.94º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90269 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 2 105 -
CMYK 0 0.99 0.48 0.21
HSL 328.94º 0.98% 0.4% -
HSV(B) 328.94º 0.99% 0.79% -
XYZ 26.66 13.48 14.56 -
YUV 73.24 145.93 219.12 -
System Red Green Blue C M Y K H S L
Decimal 201 2 105 0 0.99 0.48 0.21 328.94 0.98 0.4
Hex C9 2 69 0 63 30 15 149 62 28
Octal 311 2 151 0 143 60 25 511 142 50
Binary 11001001 10 1101001 0 1100011 110000 10101 101001001 1100010 101000

Color Harmonies of #C90269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90269

Black with #C90269

Text Example


Text Example

White with #C90269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90269; }

 p { color: rgb(201,2,105); }

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

background-color css

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

 a { background-color: rgb(201,2,105); }

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

border-color css

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

 span { border-color: rgb(201,2,105); }

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