Html Css Color HEX #CB086B Ruby

📋 copy color: '#CB086B'

red 203 ◦ green 8 ◦ blue 107

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

Shades of Ruby #CB086B

Tints of Ruby #CB086B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 63.84%
G = 2.52%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB086B (or 0xCB086B) is known color: Ruby. HEX triplet: CB, 08 and 6B. RGB value is (203,8,107). Sum of RGB (Red+Green+Blue) = 203+8+107=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB086B is #34F794. Grayscale: #4D4D4D. Windows color (decimal): -3471253 or 7014603. OLE color: 7014603.

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

Color convert

RGB 203 8 107 -
CMYK 0 0.96 0.47 0.20
HSL 329.54º 0.92% 0.41% -
HSV(B) 329.54º 0.96% 0.8% -
XYZ 27.37 13.93 15.16 -
YUV 77.59 144.6 217.45 -
System Red Green Blue C M Y K H S L
Decimal 203 8 107 0 0.96 0.47 0.20 329.54 0.92 0.41
Hex CB 8 6B 0 60 2F 14 14A 5C 29
Octal 313 10 153 0 140 57 24 512 134 51
Binary 11001011 1000 1101011 0 1100000 101111 10100 101001010 1011100 101001

Color Harmonies of #CB086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB086B

Black with #CB086B

Text Example


Text Example

White with #CB086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB086B; }

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

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

background-color css

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

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

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

border-color css

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

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

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