Html Css Color HEX #CB1667 Ruby

📋 copy color: '#CB1667'

red 203 ◦ green 22 ◦ blue 103

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

Shades of Ruby #CB1667

Tints of Ruby #CB1667

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.71%

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

R = 61.89%
G = 6.71%
B = 31.4%

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

#CB1667 (or 0xCB1667) is known color: Ruby. HEX triplet: CB, 16 and 67. RGB value is (203,22,103). Sum of RGB (Red+Green+Blue) = 203+22+103=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1667 is #34E998. Grayscale: #555555. Windows color (decimal): -3467673 or 6756043. OLE color: 6756043.

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

Color convert

RGB 203 22 103 -
CMYK 0 0.89 0.49 0.20
HSL 333.15º 0.8% 0.44% -
HSV(B) 333.15º 0.89% 0.8% -
XYZ 27.36 14.25 14.14 -
YUV 85.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 203 22 103 0 0.89 0.49 0.20 333.15 0.8 0.44
Hex CB 16 67 0 59 31 14 14D 50 2C
Octal 313 26 147 0 131 61 24 515 120 54
Binary 11001011 10110 1100111 0 1011001 110001 10100 101001101 1010000 101100

Color Harmonies of #CB1667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1667

Black with #CB1667

Text Example


Text Example

White with #CB1667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1667; }

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

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

background-color css

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

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

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

border-color css

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

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

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