Html Css Color HEX #CB126D Ruby

📋 copy color: '#CB126D'

red 203 ◦ green 18 ◦ blue 109

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

Shades of Ruby #CB126D

Tints of Ruby #CB126D

RGB

 RED value IS 203 (79.69% from 255) = 61.52%

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

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 61.52%
G = 5.45%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB126D (or 0xCB126D) is known color: Ruby. HEX triplet: CB, 12 and 6D. RGB value is (203,18,109). Sum of RGB (Red+Green+Blue) = 203+18+109=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB126D is #34ED92. Grayscale: #535353. Windows color (decimal): -3468691 or 7148235. OLE color: 7148235.

HSL color Cylindrical-coordinate representation of color #CB126D: hue angle of 330.49º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB126D is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 18 109 -
CMYK 0 0.91 0.46 0.20
HSL 330.49º 0.84% 0.43% -
HSV(B) 330.49º 0.91% 0.8% -
XYZ 27.61 14.23 15.76 -
YUV 83.69 142.29 213.1 -
System Red Green Blue C M Y K H S L
Decimal 203 18 109 0 0.91 0.46 0.20 330.49 0.84 0.43
Hex CB 12 6D 0 5B 2E 14 14A 54 2B
Octal 313 22 155 0 133 56 24 512 124 53
Binary 11001011 10010 1101101 0 1011011 101110 10100 101001010 1010100 101011

Color Harmonies of #CB126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB126D

Black with #CB126D

Text Example


Text Example

White with #CB126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB126D; }

 p { color: rgb(203,18,109); }

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

background-color css

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

 a { background-color: rgb(203,18,109); }

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

border-color css

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

 span { border-color: rgb(203,18,109); }

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