Html Css Color HEX #CB0955 Ruby

📋 copy color: '#CB0955'

red 203 ◦ green 9 ◦ blue 85

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

Shades of Ruby #CB0955

Tints of Ruby #CB0955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.03%

 BLUE value IS 85 (33.59% from 255) = 28.62%

R = 68.35%
G = 3.03%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB0955 (or 0xCB0955) is known color: Ruby. HEX triplet: CB, 09 and 55. RGB value is (203,9,85). Sum of RGB (Red+Green+Blue) = 203+9+85=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0955 is #34F6AA. Grayscale: #4B4B4B. Windows color (decimal): -3471019 or 5573067. OLE color: 5573067.

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

Color convert

RGB 203 9 85 -
CMYK 0 0.96 0.58 0.20
HSL 336.49º 0.92% 0.42% -
HSV(B) 336.49º 0.96% 0.8% -
XYZ 26.37 13.55 9.82 -
YUV 75.67 133.27 218.82 -
System Red Green Blue C M Y K H S L
Decimal 203 9 85 0 0.96 0.58 0.20 336.49 0.92 0.42
Hex CB 9 55 0 60 3A 14 150 5C 2A
Octal 313 11 125 0 140 72 24 520 134 52
Binary 11001011 1001 1010101 0 1100000 111010 10100 101010000 1011100 101010

Color Harmonies of #CB0955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0955

Black with #CB0955

Text Example


Text Example

White with #CB0955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0955; }

 p { color: rgb(203,9,85); }

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

background-color css

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

 a { background-color: rgb(203,9,85); }

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

border-color css

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

 span { border-color: rgb(203,9,85); }

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