Html Css Color HEX #CB086A Ruby

📋 copy color: '#CB086A'

red 203 ◦ green 8 ◦ blue 106

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

Shades of Ruby #CB086A

Tints of Ruby #CB086A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 64.04%
G = 2.52%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB086A (or 0xCB086A) is known color: Ruby. HEX triplet: CB, 08 and 6A. RGB value is (203,8,106). Sum of RGB (Red+Green+Blue) = 203+8+106=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB086A is #34F795. Grayscale: #4D4D4D. Windows color (decimal): -3471254 or 6949067. OLE color: 6949067.

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

Color convert

RGB 203 8 106 -
CMYK 0 0.96 0.48 0.20
HSL 329.85º 0.92% 0.41% -
HSV(B) 329.85º 0.96% 0.8% -
XYZ 27.32 13.91 14.88 -
YUV 77.48 144.1 217.53 -
System Red Green Blue C M Y K H S L
Decimal 203 8 106 0 0.96 0.48 0.20 329.85 0.92 0.41
Hex CB 8 6A 0 60 30 14 14A 5C 29
Octal 313 10 152 0 140 60 24 512 134 51
Binary 11001011 1000 1101010 0 1100000 110000 10100 101001010 1011100 101001

Color Harmonies of #CB086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB086A

Black with #CB086A

Text Example


Text Example

White with #CB086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB086A; }

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

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

background-color css

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

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

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

border-color css

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

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

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