Html Css Color HEX #CB1D60 Ruby

📋 copy color: '#CB1D60'

red 203 ◦ green 29 ◦ blue 96

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

Shades of Ruby #CB1D60

Tints of Ruby #CB1D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.27%

R = 61.89%
G = 8.84%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB1D60 (or 0xCB1D60) is known color: Ruby. HEX triplet: CB, 1D and 60. RGB value is (203,29,96). Sum of RGB (Red+Green+Blue) = 203+29+96=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D60 is #34E29F. Grayscale: #585858. Windows color (decimal): -3465888 or 6299083. OLE color: 6299083.

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

Color convert

RGB 203 29 96 -
CMYK 0 0.86 0.53 0.20
HSL 336.9º 0.75% 0.45% -
HSV(B) 336.9º 0.86% 0.8% -
XYZ 27.18 14.42 12.42 -
YUV 88.66 132.15 209.55 -
System Red Green Blue C M Y K H S L
Decimal 203 29 96 0 0.86 0.53 0.20 336.9 0.75 0.45
Hex CB 1D 60 0 56 35 14 151 4B 2D
Octal 313 35 140 0 126 65 24 521 113 55
Binary 11001011 11101 1100000 0 1010110 110101 10100 101010001 1001011 101101

Color Harmonies of #CB1D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D60

Black with #CB1D60

Text Example


Text Example

White with #CB1D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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