Html Css Color HEX #CB1D69 Ruby

📋 copy color: '#CB1D69'

red 203 ◦ green 29 ◦ blue 105

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

Shades of Ruby #CB1D69

Tints of Ruby #CB1D69

RGB

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

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

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

R = 60.24%
G = 8.61%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB1D69 (or 0xCB1D69) is known color: Ruby. HEX triplet: CB, 1D and 69. RGB value is (203,29,105). Sum of RGB (Red+Green+Blue) = 203+29+105=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D69 is #34E296. Grayscale: #595959. Windows color (decimal): -3465879 or 6888907. OLE color: 6888907.

HSL color Cylindrical-coordinate representation of color #CB1D69: hue angle of 333.79º 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 #CB1D69 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 29 105 -
CMYK 0 0.86 0.48 0.20
HSL 333.79º 0.75% 0.45% -
HSV(B) 333.79º 0.86% 0.8% -
XYZ 27.62 14.6 14.73 -
YUV 89.69 136.65 208.82 -
System Red Green Blue C M Y K H S L
Decimal 203 29 105 0 0.86 0.48 0.20 333.79 0.75 0.45
Hex CB 1D 69 0 56 30 14 14E 4B 2D
Octal 313 35 151 0 126 60 24 516 113 55
Binary 11001011 11101 1101001 0 1010110 110000 10100 101001110 1001011 101101

Color Harmonies of #CB1D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D69

Black with #CB1D69

Text Example


Text Example

White with #CB1D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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