Html Css Color HEX #CE0B5A Ruby

📋 copy color: '#CE0B5A'

red 206 ◦ green 11 ◦ blue 90

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

Shades of Ruby #CE0B5A

Tints of Ruby #CE0B5A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.58%

 BLUE value IS 90 (35.55% from 255) = 29.32%

R = 67.1%
G = 3.58%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE0B5A (or 0xCE0B5A) is known color: Ruby. HEX triplet: CE, 0B and 5A. RGB value is (206,11,90). Sum of RGB (Red+Green+Blue) = 206+11+90=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0B5A is #31F4A5. Grayscale: #4E4E4E. Windows color (decimal): -3273894 or 5901262. OLE color: 5901262.

HSL color Cylindrical-coordinate representation of color #CE0B5A: hue angle of 335.69º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0B5A is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 11 90 -
CMYK 0 0.95 0.56 0.19
HSL 335.69º 0.9% 0.43% -
HSV(B) 335.69º 0.95% 0.81% -
XYZ 27.42 14.1 10.95 -
YUV 78.31 134.6 219.08 -
System Red Green Blue C M Y K H S L
Decimal 206 11 90 0 0.95 0.56 0.19 335.69 0.9 0.43
Hex CE B 5A 0 5F 38 13 150 5A 2B
Octal 316 13 132 0 137 70 23 520 132 53
Binary 11001110 1011 1011010 0 1011111 111000 10011 101010000 1011010 101011

Color Harmonies of #CE0B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0B5A

Black with #CE0B5A

Text Example


Text Example

White with #CE0B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0B5A; }

 p { color: rgb(206,11,90); }

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

background-color css

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

 a { background-color: rgb(206,11,90); }

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

border-color css

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

 span { border-color: rgb(206,11,90); }

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