Html Css Color HEX #CB1767 Ruby

📋 copy color: '#CB1767'

red 203 ◦ green 23 ◦ blue 103

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

Shades of Ruby #CB1767

Tints of Ruby #CB1767

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.99%

 BLUE value IS 103 (40.63% from 255) = 31.31%

R = 61.7%
G = 6.99%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB1767 (or 0xCB1767) is known color: Ruby. HEX triplet: CB, 17 and 67. RGB value is (203,23,103). Sum of RGB (Red+Green+Blue) = 203+23+103=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1767 is #34E898. Grayscale: #555555. Windows color (decimal): -3467417 or 6756299. OLE color: 6756299.

HSL color Cylindrical-coordinate representation of color #CB1767: hue angle of 333.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1767 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 23 103 -
CMYK 0 0.89 0.49 0.20
HSL 333.33º 0.8% 0.44% -
HSV(B) 333.33º 0.89% 0.8% -
XYZ 27.38 14.29 14.15 -
YUV 85.94 137.63 211.5 -
System Red Green Blue C M Y K H S L
Decimal 203 23 103 0 0.89 0.49 0.20 333.33 0.8 0.44
Hex CB 17 67 0 59 31 14 14D 50 2C
Octal 313 27 147 0 131 61 24 515 120 54
Binary 11001011 10111 1100111 0 1011001 110001 10100 101001101 1010000 101100

Color Harmonies of #CB1767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1767

Black with #CB1767

Text Example


Text Example

White with #CB1767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1767; }

 p { color: rgb(203,23,103); }

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

background-color css

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

 a { background-color: rgb(203,23,103); }

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

border-color css

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

 span { border-color: rgb(203,23,103); }

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