Html Css Color HEX #CB0D5D Ruby

📋 copy color: '#CB0D5D'

red 203 ◦ green 13 ◦ blue 93

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

Shades of Ruby #CB0D5D

Tints of Ruby #CB0D5D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.21%

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 65.7%
G = 4.21%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB0D5D (or 0xCB0D5D) is known color: Ruby. HEX triplet: CB, 0D and 5D. RGB value is (203,13,93). Sum of RGB (Red+Green+Blue) = 203+13+93=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0D5D is #34F2A2. Grayscale: #4E4E4E. Windows color (decimal): -3469987 or 6098379. OLE color: 6098379.

HSL color Cylindrical-coordinate representation of color #CB0D5D: hue angle of 334.74º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0D5D is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 13 93 -
CMYK 0 0.94 0.54 0.20
HSL 334.74º 0.88% 0.42% -
HSV(B) 334.74º 0.94% 0.8% -
XYZ 26.75 13.77 11.6 -
YUV 78.93 135.95 216.5 -
System Red Green Blue C M Y K H S L
Decimal 203 13 93 0 0.94 0.54 0.20 334.74 0.88 0.42
Hex CB D 5D 0 5E 36 14 14F 58 2A
Octal 313 15 135 0 136 66 24 517 130 52
Binary 11001011 1101 1011101 0 1011110 110110 10100 101001111 1011000 101010

Color Harmonies of #CB0D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0D5D

Black with #CB0D5D

Text Example


Text Example

White with #CB0D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0D5D; }

 p { color: rgb(203,13,93); }

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

background-color css

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

 a { background-color: rgb(203,13,93); }

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

border-color css

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

 span { border-color: rgb(203,13,93); }

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