Html Css Color HEX #CB1D6C Ruby

📋 copy color: '#CB1D6C'

red 203 ◦ green 29 ◦ blue 108

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

Shades of Ruby #CB1D6C

Tints of Ruby #CB1D6C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.53%

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

R = 59.71%
G = 8.53%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB1D6C (or 0xCB1D6C) is known color: Ruby. HEX triplet: CB, 1D and 6C. RGB value is (203,29,108). Sum of RGB (Red+Green+Blue) = 203+29+108=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D6C is #34E293. Grayscale: #595959. Windows color (decimal): -3465876 or 7085515. OLE color: 7085515.

HSL color Cylindrical-coordinate representation of color #CB1D6C: hue angle of 332.76º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1D6C is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 29 108 -
CMYK 0 0.86 0.47 0.20
HSL 332.76º 0.75% 0.45% -
HSV(B) 332.76º 0.86% 0.8% -
XYZ 27.77 14.66 15.55 -
YUV 90.03 138.15 208.58 -
System Red Green Blue C M Y K H S L
Decimal 203 29 108 0 0.86 0.47 0.20 332.76 0.75 0.45
Hex CB 1D 6C 0 56 2F 14 14D 4B 2D
Octal 313 35 154 0 126 57 24 515 113 55
Binary 11001011 11101 1101100 0 1010110 101111 10100 101001101 1001011 101101

Color Harmonies of #CB1D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D6C

Black with #CB1D6C

Text Example


Text Example

White with #CB1D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D6C; }

 p { color: rgb(203,29,108); }

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

background-color css

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

 a { background-color: rgb(203,29,108); }

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

border-color css

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

 span { border-color: rgb(203,29,108); }

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