Html Css Color HEX #CB1961 Ruby

📋 copy color: '#CB1961'

red 203 ◦ green 25 ◦ blue 97

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

Shades of Ruby #CB1961

Tints of Ruby #CB1961

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.69%

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

R = 62.46%
G = 7.69%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB1961 (or 0xCB1961) is known color: Ruby. HEX triplet: CB, 19 and 61. RGB value is (203,25,97). Sum of RGB (Red+Green+Blue) = 203+25+97=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1961 is #34E69E. Grayscale: #565656. Windows color (decimal): -3466911 or 6363595. OLE color: 6363595.

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

Color convert

RGB 203 25 97 -
CMYK 0 0.88 0.52 0.20
HSL 335.73º 0.78% 0.45% -
HSV(B) 335.73º 0.88% 0.8% -
XYZ 27.13 14.25 12.63 -
YUV 86.43 133.97 211.15 -
System Red Green Blue C M Y K H S L
Decimal 203 25 97 0 0.88 0.52 0.20 335.73 0.78 0.45
Hex CB 19 61 0 58 34 14 150 4E 2D
Octal 313 31 141 0 130 64 24 520 116 55
Binary 11001011 11001 1100001 0 1011000 110100 10100 101010000 1001110 101101

Color Harmonies of #CB1961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1961

Black with #CB1961

Text Example


Text Example

White with #CB1961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1961; }

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

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

background-color css

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

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

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

border-color css

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

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

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