Html Css Color HEX #CE0960 Ruby

📋 copy color: '#CE0960'

red 206 ◦ green 9 ◦ blue 96

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

Shades of Ruby #CE0960

Tints of Ruby #CE0960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 66.24%
G = 2.89%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE0960 (or 0xCE0960) is known color: Ruby. HEX triplet: CE, 09 and 60. RGB value is (206,9,96). Sum of RGB (Red+Green+Blue) = 206+9+96=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0960 is #31F69F. Grayscale: #4D4D4D. Windows color (decimal): -3274400 or 6293966. OLE color: 6293966.

HSL color Cylindrical-coordinate representation of color #CE0960: hue angle of 333.5º 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 #CE0960 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 9 96 -
CMYK 0 0.96 0.53 0.19
HSL 333.5º 0.92% 0.42% -
HSV(B) 333.5º 0.96% 0.81% -
XYZ 27.66 14.16 12.34 -
YUV 77.82 138.27 219.43 -
System Red Green Blue C M Y K H S L
Decimal 206 9 96 0 0.96 0.53 0.19 333.5 0.92 0.42
Hex CE 9 60 0 60 35 13 14E 5C 2A
Octal 316 11 140 0 140 65 23 516 134 52
Binary 11001110 1001 1100000 0 1100000 110101 10011 101001110 1011100 101010

Color Harmonies of #CE0960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0960

Black with #CE0960

Text Example


Text Example

White with #CE0960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0960; }

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

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

background-color css

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

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

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

border-color css

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

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

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