Html Css Color HEX #CB1D61 Ruby

📋 copy color: '#CB1D61'

red 203 ◦ green 29 ◦ blue 97

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

Shades of Ruby #CB1D61

Tints of Ruby #CB1D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.48%

R = 61.7%
G = 8.81%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB1D61 (or 0xCB1D61) is known color: Ruby. HEX triplet: CB, 1D and 61. RGB value is (203,29,97). Sum of RGB (Red+Green+Blue) = 203+29+97=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D61 is #34E29E. Grayscale: #585858. Windows color (decimal): -3465887 or 6364619. OLE color: 6364619.

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

Color convert

RGB 203 29 97 -
CMYK 0 0.86 0.52 0.20
HSL 336.55º 0.75% 0.45% -
HSV(B) 336.55º 0.86% 0.8% -
XYZ 27.23 14.44 12.66 -
YUV 88.78 132.65 209.47 -
System Red Green Blue C M Y K H S L
Decimal 203 29 97 0 0.86 0.52 0.20 336.55 0.75 0.45
Hex CB 1D 61 0 56 34 14 151 4B 2D
Octal 313 35 141 0 126 64 24 521 113 55
Binary 11001011 11101 1100001 0 1010110 110100 10100 101010001 1001011 101101

Color Harmonies of #CB1D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D61

Black with #CB1D61

Text Example


Text Example

White with #CB1D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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