Html Css Color HEX #C92068 Ruby

📋 copy color: '#C92068'

red 201 ◦ green 32 ◦ blue 104

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

Shades of Ruby #C92068

Tints of Ruby #C92068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.86%

R = 59.64%
G = 9.5%
B = 30.86%

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

#C92068 (or 0xC92068) is known color: Ruby. HEX triplet: C9, 20 and 68. RGB value is (201,32,104). Sum of RGB (Red+Green+Blue) = 201+32+104=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C92068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92068 is #36DF97. Grayscale: #5A5A5A. Windows color (decimal): -3596184 or 6824137. OLE color: 6824137.

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

Color convert

RGB 201 32 104 -
CMYK 0 0.84 0.48 0.21
HSL 334.44º 0.73% 0.46% -
HSV(B) 334.44º 0.84% 0.79% -
XYZ 27.1 14.45 14.46 -
YUV 90.74 135.49 206.65 -
System Red Green Blue C M Y K H S L
Decimal 201 32 104 0 0.84 0.48 0.21 334.44 0.73 0.46
Hex C9 20 68 0 54 30 15 14E 49 2E
Octal 311 40 150 0 124 60 25 516 111 56
Binary 11001001 100000 1101000 0 1010100 110000 10101 101001110 1001001 101110

Color Harmonies of #C92068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92068

Black with #C92068

Text Example


Text Example

White with #C92068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92068; }

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

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

background-color css

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

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

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

border-color css

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

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

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