Html Css Color HEX #CB1061 Ruby

📋 copy color: '#CB1061'

red 203 ◦ green 16 ◦ blue 97

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

Shades of Ruby #CB1061

Tints of Ruby #CB1061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.06%

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

R = 64.24%
G = 5.06%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB1061 (or 0xCB1061) is known color: Ruby. HEX triplet: CB, 10 and 61. RGB value is (203,16,97). Sum of RGB (Red+Green+Blue) = 203+16+97=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1061 is #34EF9E. Grayscale: #515151. Windows color (decimal): -3469215 or 6361291. OLE color: 6361291.

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

Color convert

RGB 203 16 97 -
CMYK 0 0.92 0.52 0.20
HSL 334.01º 0.85% 0.43% -
HSV(B) 334.01º 0.92% 0.8% -
XYZ 26.97 13.93 12.58 -
YUV 81.15 136.95 214.91 -
System Red Green Blue C M Y K H S L
Decimal 203 16 97 0 0.92 0.52 0.20 334.01 0.85 0.43
Hex CB 10 61 0 5C 34 14 14E 55 2B
Octal 313 20 141 0 134 64 24 516 125 53
Binary 11001011 10000 1100001 0 1011100 110100 10100 101001110 1010101 101011

Color Harmonies of #CB1061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1061

Black with #CB1061

Text Example


Text Example

White with #CB1061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1061; }

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

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

background-color css

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

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

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

border-color css

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

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

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