Html Css Color HEX #CB0957 Ruby

📋 copy color: '#CB0957'

red 203 ◦ green 9 ◦ blue 87

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

Shades of Ruby #CB0957

Tints of Ruby #CB0957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.1%

R = 67.89%
G = 3.01%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB0957 (or 0xCB0957) is known color: Ruby. HEX triplet: CB, 09 and 57. RGB value is (203,9,87). Sum of RGB (Red+Green+Blue) = 203+9+87=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0957 is #34F6A8. Grayscale: #4B4B4B. Windows color (decimal): -3471017 or 5704139. OLE color: 5704139.

HSL color Cylindrical-coordinate representation of color #CB0957: hue angle of 335.88º 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 #CB0957 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 9 87 -
CMYK 0 0.96 0.57 0.20
HSL 335.88º 0.92% 0.42% -
HSV(B) 335.88º 0.96% 0.8% -
XYZ 26.45 13.58 10.24 -
YUV 75.9 134.27 218.66 -
System Red Green Blue C M Y K H S L
Decimal 203 9 87 0 0.96 0.57 0.20 335.88 0.92 0.42
Hex CB 9 57 0 60 39 14 150 5C 2A
Octal 313 11 127 0 140 71 24 520 134 52
Binary 11001011 1001 1010111 0 1100000 111001 10100 101010000 1011100 101010

Color Harmonies of #CB0957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0957

Black with #CB0957

Text Example


Text Example

White with #CB0957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0957; }

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

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

background-color css

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

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

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

border-color css

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

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

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