Html Css Color HEX #CE0965 Ruby

📋 copy color: '#CE0965'

red 206 ◦ green 9 ◦ blue 101

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

Shades of Ruby #CE0965

Tints of Ruby #CE0965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.96%

R = 65.19%
G = 2.85%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE0965 (or 0xCE0965) is known color: Ruby. HEX triplet: CE, 09 and 65. RGB value is (206,9,101). Sum of RGB (Red+Green+Blue) = 206+9+101=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0965 is #31F69A. Grayscale: #4E4E4E. Windows color (decimal): -3274395 or 6621646. OLE color: 6621646.

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

Color convert

RGB 206 9 101 -
CMYK 0 0.96 0.51 0.19
HSL 331.98º 0.92% 0.42% -
HSV(B) 331.98º 0.96% 0.81% -
XYZ 27.9 14.26 13.59 -
YUV 78.39 140.77 219.02 -
System Red Green Blue C M Y K H S L
Decimal 206 9 101 0 0.96 0.51 0.19 331.98 0.92 0.42
Hex CE 9 65 0 60 33 13 14C 5C 2A
Octal 316 11 145 0 140 63 23 514 134 52
Binary 11001110 1001 1100101 0 1100000 110011 10011 101001100 1011100 101010

Color Harmonies of #CE0965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0965

Black with #CE0965

Text Example


Text Example

White with #CE0965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0965; }

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

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

background-color css

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

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

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

border-color css

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

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

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