Html Css Color HEX #CE0C6B Ruby

📋 copy color: '#CE0C6B'

red 206 ◦ green 12 ◦ blue 107

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

Shades of Ruby #CE0C6B

Tints of Ruby #CE0C6B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.69%

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 63.38%
G = 3.69%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE0C6B (or 0xCE0C6B) is known color: Ruby. HEX triplet: CE, 0C and 6B. RGB value is (206,12,107). Sum of RGB (Red+Green+Blue) = 206+12+107=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0C6B is #31F394. Grayscale: #505050. Windows color (decimal): -3273621 or 7015630. OLE color: 7015630.

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

Color convert

RGB 206 12 107 -
CMYK 0 0.94 0.48 0.19
HSL 330.62º 0.89% 0.43% -
HSV(B) 330.62º 0.94% 0.81% -
XYZ 28.24 14.45 15.21 -
YUV 80.84 142.77 217.28 -
System Red Green Blue C M Y K H S L
Decimal 206 12 107 0 0.94 0.48 0.19 330.62 0.89 0.43
Hex CE C 6B 0 5E 30 13 14B 59 2B
Octal 316 14 153 0 136 60 23 513 131 53
Binary 11001110 1100 1101011 0 1011110 110000 10011 101001011 1011001 101011

Color Harmonies of #CE0C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0C6B

Black with #CE0C6B

Text Example


Text Example

White with #CE0C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0C6B; }

 p { color: rgb(206,12,107); }

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

background-color css

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

 a { background-color: rgb(206,12,107); }

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

border-color css

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

 span { border-color: rgb(206,12,107); }

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