Html Css Color HEX #CB0866 Ruby

📋 copy color: '#CB0866'

red 203 ◦ green 8 ◦ blue 102

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

Shades of Ruby #CB0866

Tints of Ruby #CB0866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.59%

R = 64.86%
G = 2.56%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB0866 (or 0xCB0866) is known color: Ruby. HEX triplet: CB, 08 and 66. RGB value is (203,8,102). Sum of RGB (Red+Green+Blue) = 203+8+102=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0866 is #34F799. Grayscale: #4C4C4C. Windows color (decimal): -3471258 or 6686923. OLE color: 6686923.

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

Color convert

RGB 203 8 102 -
CMYK 0 0.96 0.50 0.20
HSL 331.08º 0.92% 0.41% -
HSV(B) 331.08º 0.96% 0.8% -
XYZ 27.11 13.83 13.81 -
YUV 77.02 142.1 217.86 -
System Red Green Blue C M Y K H S L
Decimal 203 8 102 0 0.96 0.50 0.20 331.08 0.92 0.41
Hex CB 8 66 0 60 32 14 14B 5C 29
Octal 313 10 146 0 140 62 24 513 134 51
Binary 11001011 1000 1100110 0 1100000 110010 10100 101001011 1011100 101001

Color Harmonies of #CB0866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0866

Black with #CB0866

Text Example


Text Example

White with #CB0866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0866; }

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

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

background-color css

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

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

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

border-color css

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

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

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