Html Css Color HEX #C92069 Ruby

📋 copy color: '#C92069'

red 201 ◦ green 32 ◦ blue 105

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

Shades of Ruby #C92069

Tints of Ruby #C92069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.47%

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

R = 59.47%
G = 9.47%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C92069 (or 0xC92069) is known color: Ruby. HEX triplet: C9, 20 and 69. RGB value is (201,32,105). Sum of RGB (Red+Green+Blue) = 201+32+105=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C92069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92069 is #36DF96. Grayscale: #5A5A5A. Windows color (decimal): -3596183 or 6889673. OLE color: 6889673.

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

Color convert

RGB 201 32 105 -
CMYK 0 0.84 0.48 0.21
HSL 334.08º 0.73% 0.46% -
HSV(B) 334.08º 0.84% 0.79% -
XYZ 27.15 14.47 14.73 -
YUV 90.85 135.99 206.56 -
System Red Green Blue C M Y K H S L
Decimal 201 32 105 0 0.84 0.48 0.21 334.08 0.73 0.46
Hex C9 20 69 0 54 30 15 14E 49 2E
Octal 311 40 151 0 124 60 25 516 111 56
Binary 11001001 100000 1101001 0 1010100 110000 10101 101001110 1001001 101110

Color Harmonies of #C92069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92069

Black with #C92069

Text Example


Text Example

White with #C92069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92069; }

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

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

background-color css

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

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

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

border-color css

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

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

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