Html Css Color HEX #CB0161 Ruby

📋 copy color: '#CB0161'

red 203 ◦ green 1 ◦ blue 97

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

Shades of Ruby #CB0161

Tints of Ruby #CB0161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 67.44%
G = 0.33%
B = 32.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB0161 (or 0xCB0161) is known color: Ruby. HEX triplet: CB, 01 and 61. RGB value is (203,1,97). Sum of RGB (Red+Green+Blue) = 203+1+97=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0161 is #34FE9E. Grayscale: #484848. Windows color (decimal): -3473055 or 6357451. OLE color: 6357451.

HSL color Cylindrical-coordinate representation of color #CB0161: hue angle of 331.49º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0161 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 1 97 -
CMYK 0 1.00 0.52 0.20
HSL 331.49º 0.99% 0.4% -
HSV(B) 331.49º 1% 0.8% -
XYZ 26.8 13.58 12.52 -
YUV 72.34 141.92 221.19 -
System Red Green Blue C M Y K H S L
Decimal 203 1 97 0 1.00 0.52 0.20 331.49 0.99 0.4
Hex CB 1 61 0 64 34 14 14B 63 28
Octal 313 1 141 0 144 64 24 513 143 50
Binary 11001011 1 1100001 0 1100100 110100 10100 101001011 1100011 101000

Color Harmonies of #CB0161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0161

Black with #CB0161

Text Example


Text Example

White with #CB0161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0161; }

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

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

background-color css

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

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

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

border-color css

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

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

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