Html Css Color HEX #CB086C Ruby

📋 copy color: '#CB086C'

red 203 ◦ green 8 ◦ blue 108

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

Shades of Ruby #CB086C

Tints of Ruby #CB086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 63.64%
G = 2.51%
B = 33.86%

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

#CB086C (or 0xCB086C) is known color: Ruby. HEX triplet: CB, 08 and 6C. RGB value is (203,8,108). Sum of RGB (Red+Green+Blue) = 203+8+108=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB086C is #34F793. Grayscale: #4D4D4D. Windows color (decimal): -3471252 or 7080139. OLE color: 7080139.

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

Color convert

RGB 203 8 108 -
CMYK 0 0.96 0.47 0.20
HSL 329.23º 0.92% 0.41% -
HSV(B) 329.23º 0.96% 0.8% -
XYZ 27.42 13.95 15.44 -
YUV 77.71 145.1 217.37 -
System Red Green Blue C M Y K H S L
Decimal 203 8 108 0 0.96 0.47 0.20 329.23 0.92 0.41
Hex CB 8 6C 0 60 2F 14 149 5C 29
Octal 313 10 154 0 140 57 24 511 134 51
Binary 11001011 1000 1101100 0 1100000 101111 10100 101001001 1011100 101001

Color Harmonies of #CB086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB086C

Black with #CB086C

Text Example


Text Example

White with #CB086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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