Html Css Color HEX #CB1866 Ruby

📋 copy color: '#CB1866'

red 203 ◦ green 24 ◦ blue 102

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

Shades of Ruby #CB1866

Tints of Ruby #CB1866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.29%

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

R = 61.7%
G = 7.29%
B = 31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB1866 (or 0xCB1866) is known color: Ruby. HEX triplet: CB, 18 and 66. RGB value is (203,24,102). Sum of RGB (Red+Green+Blue) = 203+24+102=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1866 is #34E799. Grayscale: #565656. Windows color (decimal): -3467162 or 6691019. OLE color: 6691019.

HSL color Cylindrical-coordinate representation of color #CB1866: hue angle of 333.85º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1866 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 24 102 -
CMYK 0 0.88 0.50 0.20
HSL 333.85º 0.79% 0.45% -
HSV(B) 333.85º 0.88% 0.8% -
XYZ 27.35 14.31 13.89 -
YUV 86.41 136.8 211.16 -
System Red Green Blue C M Y K H S L
Decimal 203 24 102 0 0.88 0.50 0.20 333.85 0.79 0.45
Hex CB 18 66 0 58 32 14 14E 4F 2D
Octal 313 30 146 0 130 62 24 516 117 55
Binary 11001011 11000 1100110 0 1011000 110010 10100 101001110 1001111 101101

Color Harmonies of #CB1866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1866

Black with #CB1866

Text Example


Text Example

White with #CB1866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1866; }

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

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

background-color css

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

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

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

border-color css

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

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

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