Html Css Color HEX #CB0757 Ruby

📋 copy color: '#CB0757'

red 203 ◦ green 7 ◦ blue 87

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

Shades of Ruby #CB0757

Tints of Ruby #CB0757

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

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

R = 68.35%
G = 2.36%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB0757 (or 0xCB0757) is known color: Ruby. HEX triplet: CB, 07 and 57. RGB value is (203,7,87). Sum of RGB (Red+Green+Blue) = 203+7+87=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0757 is #34F8A8. Grayscale: #4A4A4A. Windows color (decimal): -3471529 or 5703627. OLE color: 5703627.

HSL color Cylindrical-coordinate representation of color #CB0757: hue angle of 335.51º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0757 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 7 87 -
CMYK 0 0.97 0.57 0.20
HSL 335.51º 0.93% 0.41% -
HSV(B) 335.51º 0.97% 0.8% -
XYZ 26.42 13.54 10.24 -
YUV 74.72 134.93 219.5 -
System Red Green Blue C M Y K H S L
Decimal 203 7 87 0 0.97 0.57 0.20 335.51 0.93 0.41
Hex CB 7 57 0 61 39 14 150 5D 29
Octal 313 7 127 0 141 71 24 520 135 51
Binary 11001011 111 1010111 0 1100001 111001 10100 101010000 1011101 101001

Color Harmonies of #CB0757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0757

Black with #CB0757

Text Example


Text Example

White with #CB0757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0757; }

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

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

background-color css

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

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

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

border-color css

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

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

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