Html Css Color HEX #CE0962 Ruby

📋 copy color: '#CE0962'

red 206 ◦ green 9 ◦ blue 98

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

Shades of Ruby #CE0962

Tints of Ruby #CE0962

RGB

 RED value IS 206 (80.86% from 255) = 65.81%

 GREEN value IS 9 (3.91% from 255) = 2.88%

 BLUE value IS 98 (38.67% from 255) = 31.31%

R = 65.81%
G = 2.88%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE0962 (or 0xCE0962) is known color: Ruby. HEX triplet: CE, 09 and 62. RGB value is (206,9,98). Sum of RGB (Red+Green+Blue) = 206+9+98=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0962 is #31F69D. Grayscale: #4D4D4D. Windows color (decimal): -3274398 or 6425038. OLE color: 6425038.

HSL color Cylindrical-coordinate representation of color #CE0962: hue angle of 332.89º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0962 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 9 98 -
CMYK 0 0.96 0.52 0.19
HSL 332.89º 0.92% 0.42% -
HSV(B) 332.89º 0.96% 0.81% -
XYZ 27.76 14.2 12.83 -
YUV 78.05 139.27 219.26 -
System Red Green Blue C M Y K H S L
Decimal 206 9 98 0 0.96 0.52 0.19 332.89 0.92 0.42
Hex CE 9 62 0 60 34 13 14D 5C 2A
Octal 316 11 142 0 140 64 23 515 134 52
Binary 11001110 1001 1100010 0 1100000 110100 10011 101001101 1011100 101010

Color Harmonies of #CE0962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0962

Black with #CE0962

Text Example


Text Example

White with #CE0962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0962; }

 p { color: rgb(206,9,98); }

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

background-color css

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

 a { background-color: rgb(206,9,98); }

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

border-color css

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

 span { border-color: rgb(206,9,98); }

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