Html Css Color HEX #CE0469 Ruby

📋 copy color: '#CE0469'

red 206 ◦ green 4 ◦ blue 105

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

Shades of Ruby #CE0469

Tints of Ruby #CE0469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 65.4%
G = 1.27%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE0469 (or 0xCE0469) is known color: Ruby. HEX triplet: CE, 04 and 69. RGB value is (206,4,105). Sum of RGB (Red+Green+Blue) = 206+4+105=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0469 is #31FB96. Grayscale: #4B4B4B. Windows color (decimal): -3275671 or 6882510. OLE color: 6882510.

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

Color convert

RGB 206 4 105 -
CMYK 0 0.98 0.49 0.19
HSL 330º 0.96% 0.41% -
HSV(B) 330º 0.98% 0.81% -
XYZ 28.05 14.23 14.63 -
YUV 75.91 144.42 220.79 -
System Red Green Blue C M Y K H S L
Decimal 206 4 105 0 0.98 0.49 0.19 330 0.96 0.41
Hex CE 4 69 0 62 31 13 14A 60 29
Octal 316 4 151 0 142 61 23 512 140 51
Binary 11001110 100 1101001 0 1100010 110001 10011 101001010 1100000 101001

Color Harmonies of #CE0469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0469

Black with #CE0469

Text Example


Text Example

White with #CE0469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0469; }

 p { color: rgb(206,4,105); }

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

background-color css

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

 a { background-color: rgb(206,4,105); }

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

border-color css

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

 span { border-color: rgb(206,4,105); }

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