Html Css Color HEX #CB085B Ruby

📋 copy color: '#CB085B'

red 203 ◦ green 8 ◦ blue 91

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

Shades of Ruby #CB085B

Tints of Ruby #CB085B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.65%

 BLUE value IS 91 (35.94% from 255) = 30.13%

R = 67.22%
G = 2.65%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB085B (or 0xCB085B) is known color: Ruby. HEX triplet: CB, 08 and 5B. RGB value is (203,8,91). Sum of RGB (Red+Green+Blue) = 203+8+91=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB085B is #34F7A4. Grayscale: #4B4B4B. Windows color (decimal): -3471269 or 5966027. OLE color: 5966027.

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

Color convert

RGB 203 8 91 -
CMYK 0 0.96 0.55 0.20
HSL 334.46º 0.92% 0.41% -
HSV(B) 334.46º 0.96% 0.8% -
XYZ 26.6 13.63 11.13 -
YUV 75.77 136.6 218.75 -
System Red Green Blue C M Y K H S L
Decimal 203 8 91 0 0.96 0.55 0.20 334.46 0.92 0.41
Hex CB 8 5B 0 60 37 14 14E 5C 29
Octal 313 10 133 0 140 67 24 516 134 51
Binary 11001011 1000 1011011 0 1100000 110111 10100 101001110 1011100 101001

Color Harmonies of #CB085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB085B

Black with #CB085B

Text Example


Text Example

White with #CB085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB085B; }

 p { color: rgb(203,8,91); }

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

background-color css

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

 a { background-color: rgb(203,8,91); }

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

border-color css

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

 span { border-color: rgb(203,8,91); }

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