Html Css Color HEX #CE126C Ruby

📋 copy color: '#CE126C'

red 206 ◦ green 18 ◦ blue 108

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

Shades of Ruby #CE126C

Tints of Ruby #CE126C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.42%

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 62.05%
G = 5.42%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE126C (or 0xCE126C) is known color: Ruby. HEX triplet: CE, 12 and 6C. RGB value is (206,18,108). Sum of RGB (Red+Green+Blue) = 206+18+108=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE126C is #31ED93. Grayscale: #545454. Windows color (decimal): -3272084 or 7082702. OLE color: 7082702.

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

Color convert

RGB 206 18 108 -
CMYK 0 0.91 0.48 0.19
HSL 331.28º 0.84% 0.44% -
HSV(B) 331.28º 0.91% 0.81% -
XYZ 28.38 14.64 15.52 -
YUV 84.47 141.28 214.68 -
System Red Green Blue C M Y K H S L
Decimal 206 18 108 0 0.91 0.48 0.19 331.28 0.84 0.44
Hex CE 12 6C 0 5B 30 13 14B 54 2C
Octal 316 22 154 0 133 60 23 513 124 54
Binary 11001110 10010 1101100 0 1011011 110000 10011 101001011 1010100 101100

Color Harmonies of #CE126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE126C

Black with #CE126C

Text Example


Text Example

White with #CE126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE126C; }

 p { color: rgb(206,18,108); }

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

background-color css

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

 a { background-color: rgb(206,18,108); }

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

border-color css

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

 span { border-color: rgb(206,18,108); }

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