Html Css Color HEX #CB1567 Ruby

📋 copy color: '#CB1567'

red 203 ◦ green 21 ◦ blue 103

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

Shades of Ruby #CB1567

Tints of Ruby #CB1567

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

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

R = 62.08%
G = 6.42%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB1567 (or 0xCB1567) is known color: Ruby. HEX triplet: CB, 15 and 67. RGB value is (203,21,103). Sum of RGB (Red+Green+Blue) = 203+21+103=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1567 is #34EA98. Grayscale: #545454. Windows color (decimal): -3467929 or 6755787. OLE color: 6755787.

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

Color convert

RGB 203 21 103 -
CMYK 0 0.90 0.49 0.20
HSL 332.97º 0.81% 0.44% -
HSV(B) 332.97º 0.9% 0.8% -
XYZ 27.34 14.21 14.13 -
YUV 84.77 138.3 212.33 -
System Red Green Blue C M Y K H S L
Decimal 203 21 103 0 0.90 0.49 0.20 332.97 0.81 0.44
Hex CB 15 67 0 5A 31 14 14D 51 2C
Octal 313 25 147 0 132 61 24 515 121 54
Binary 11001011 10101 1100111 0 1011010 110001 10100 101001101 1010001 101100

Color Harmonies of #CB1567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1567

Black with #CB1567

Text Example


Text Example

White with #CB1567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1567; }

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

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

background-color css

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

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

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

border-color css

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

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

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