Html Css Color HEX #C92067 Ruby

📋 copy color: '#C92067'

red 201 ◦ green 32 ◦ blue 103

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

Shades of Ruby #C92067

Tints of Ruby #C92067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.65%

R = 59.82%
G = 9.52%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C92067 (or 0xC92067) is known color: Ruby. HEX triplet: C9, 20 and 67. RGB value is (201,32,103). Sum of RGB (Red+Green+Blue) = 201+32+103=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C92067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92067 is #36DF98. Grayscale: #5A5A5A. Windows color (decimal): -3596185 or 6758601. OLE color: 6758601.

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

Color convert

RGB 201 32 103 -
CMYK 0 0.84 0.49 0.21
HSL 334.79º 0.73% 0.46% -
HSV(B) 334.79º 0.84% 0.79% -
XYZ 27.05 14.43 14.19 -
YUV 90.63 134.99 206.73 -
System Red Green Blue C M Y K H S L
Decimal 201 32 103 0 0.84 0.49 0.21 334.79 0.73 0.46
Hex C9 20 67 0 54 31 15 14F 49 2E
Octal 311 40 147 0 124 61 25 517 111 56
Binary 11001001 100000 1100111 0 1010100 110001 10101 101001111 1001001 101110

Color Harmonies of #C92067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92067

Black with #C92067

Text Example


Text Example

White with #C92067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92067; }

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

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

background-color css

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

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

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

border-color css

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

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

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